fix window bar position on mobile layout

This commit is contained in:
jeffvli
2025-12-14 06:40:33 -08:00
parent 3f32e6cd2f
commit 48bba76c74
4 changed files with 37 additions and 6 deletions
@@ -14,6 +14,11 @@
background: var(--theme-colors-background);
}
.windows,
.macos {
grid-template-rows: 30px calc(100vh - 120px) 90px;
}
.drawer-button {
position: absolute;
bottom: calc(90px + 0.75rem);