mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
web: fix status-bar not visible on medium sized screens (#7493)
Signed-off-by: Luis Kriner <luis@kriner.info>
This commit is contained in:
@@ -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
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user