Support touchscreen navigation.

This commit is contained in:
Cutieguwu
2025-08-21 12:32:49 -04:00
parent 5bde31a42f
commit 5bc1d2ecd9
4 changed files with 28 additions and 19 deletions

View File

@@ -41,16 +41,14 @@ nav.pane {
}
}
nav.pane > #toggle:checked {
+ .nav_header {
color: var(--highlight-hover);
nav.pane > input:checked + label {
color: var(--highlight-hover);
+ .menu {
display: grid;
+ .menu {
display: grid;
+ .location + .quick_links {
display: flex;
}
+ .location + .quick_links {
display: flex;
}
}
}