web: hide status bar in tablet mode (#2001)

This commit is contained in:
Muhammad Ali
2023-02-25 11:58:32 +05:00
committed by GitHub
parent b948dcee22
commit 468fba8fcf

View File

@@ -57,7 +57,7 @@ function StatusBar() {
borderTop: "1px solid",
borderTopColor: "border",
justifyContent: "space-between",
display: ["none", "flex"]
display: ["none", "none", "flex"]
}}
px={2}
>