Fix doubled side rail and some space navigation

This commit is contained in:
Jon Staab
2026-06-16 15:04:39 -07:00
parent deb2b31466
commit fd4e7a9f2d
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
const url = decodeRelay($page.params.relay!)
const md = parseFloat(theme.screens.md) * 16
let width = $state(0)
let width = $state(window.innerWidth)
$effect(() => {
if (width > md) {