web: fix status-bar not visible on medium sized screens (#7493)

Signed-off-by: Luis Kriner <luis@kriner.info>
This commit is contained in:
luis-411
2025-02-08 15:31:37 +01:00
committed by GitHub
parent 54d06328c1
commit 0517c6ce41

View File

@@ -62,7 +62,7 @@ function StatusBar() {
borderTop: "1px solid",
borderTopColor: "separator",
justifyContent: "space-between",
display: ["none", "none", "flex"],
display: ["none", "flex", "flex"],
flexShrink: 0,
height: 24
}}