From 31d110252ce4dea457134dabf9737690735909bc Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:50:40 +0500 Subject: [PATCH] web: fix status bar size changing (#7143) Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- apps/web/src/components/status-bar/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/status-bar/index.tsx b/apps/web/src/components/status-bar/index.tsx index 7af2e1883..f34335f37 100644 --- a/apps/web/src/components/status-bar/index.tsx +++ b/apps/web/src/components/status-bar/index.tsx @@ -61,6 +61,7 @@ function StatusBar() { borderTopColor: "separator", justifyContent: "space-between", display: ["none", "none", "flex"], + flexShrink: 0, height: 24 }} px={2}