preliminary sidebar fixes

This commit is contained in:
metacryst
2026-03-20 17:16:05 -05:00
parent 56f7c7d3a3
commit 1c6f12c210
3 changed files with 5 additions and 9 deletions

View File

@@ -59,8 +59,8 @@ class Sidebar extends Shadow {
.gap(1, em)
.paddingTop(15, vh)
.paddingHorizontal(1, em)
.height(window.visualViewport.height - 20, px)
.top(20, px)
.height(105, vh)
.top(-5, vh)
.minWidth(0)
.boxSizing("border-box")
.width((window.outerWidth / 3) * 2, px)