mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: hide status bar in tablet mode (#2001)
This commit is contained in:
@@ -57,7 +57,7 @@ function StatusBar() {
|
||||
borderTop: "1px solid",
|
||||
borderTopColor: "border",
|
||||
justifyContent: "space-between",
|
||||
display: ["none", "flex"]
|
||||
display: ["none", "none", "flex"]
|
||||
}}
|
||||
px={2}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user