Skip to content

Commit

Permalink
web: fix status bar size changing (#7143)
Browse files Browse the repository at this point in the history
Signed-off-by: 01zulfi <[email protected]>
  • Loading branch information
01zulfi authored Dec 27, 2024
1 parent 702976c commit 31d1102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/components/status-bar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function StatusBar() {
borderTopColor: "separator",
justifyContent: "space-between",
display: ["none", "none", "flex"],
flexShrink: 0,
height: 24
}}
px={2}
Expand Down

0 comments on commit 31d1102

Please sign in to comment.