aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-10-23 13:53:22 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-23 13:53:22 +0200
commitda4f0dea1fe8af7d8e81381ed60ff3cc61243884 (patch)
tree917021ee79db27be0b4f2dafaaf796d61a170a3e /p/themes/base-theme/template.css
parentab2f6142d7598ce8b3c427c63dd4b2972314fe75 (diff)
add button to open nav panel (#3879)
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 6d3279bcd..e7254e683 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -1292,6 +1292,10 @@ input:checked + .slide-container .properties {
background: inherit;
}
+.nav_mobile {
+ display: none;
+}
+
.nav-login,
.nav_menu .search,
.aside .toggle_aside,
@@ -1383,6 +1387,10 @@ input:checked + .slide-container .properties {
display: inline-block;
}
+ .nav_mobile {
+ display: block;
+ }
+
.aside {
position: fixed;
top: 0; bottom: 0;