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

@@ -8,16 +8,14 @@
@media only screen and (max-width: 500px) {
.pane {
width: 100%;
width: calc((50% - var(--spacing-small)) * 2);
}
}
nav.pane,
.pane.spacer {
width: min-content;
gap: var(--spacing-medium);
position: sticky;
top: var(--spacing-large);
right: var(--spacing-large);
}