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

@@ -26,14 +26,11 @@ nav.pane {
@media only screen and (max-width: 500px) {
nav.pane {
width: calc(
calc(50% - var(--spacing-large) + var(--spacing-small)) * 2
);
background-color: var(--background-2);
border-radius: var(--border-radius-leaf);
padding: 0 var(--spacing-small);
.nav_menu,
.menu,
.quick_links,
.location {
display: none;