Pane layout patches for mobile, Code cleanup.

This commit is contained in:
Cutieguwu
2025-08-21 11:40:04 -04:00
parent 5f4049c10c
commit 5bde31a42f
7 changed files with 13 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
.pane.spacer {
grid-area: spacer;
width: min-content;
height: calc(100vh - calc(var(--spacing-large) * 2));
display: grid;