quick fix

This commit is contained in:
2026-02-02 15:24:28 -05:00
parent cda7784298
commit 80daaa29dc
11 changed files with 143 additions and 132 deletions

View File

@@ -366,7 +366,7 @@ export function LeftBar() {
const getMainNavStyles = () => {
const baseStyles = {
"transition-timing-function": "cubic-bezier(0.4, 0, 0.2, 1)",
width: "250px",
width: windowWidth() < 1536 ? "250px" : "288px",
"padding-top": "env(safe-area-inset-top)",
"padding-bottom": "env(safe-area-inset-bottom)"
};