hide statusbar on mobile

This commit is contained in:
2026-02-02 20:17:55 +01:00
parent 06b55f5582
commit 5360f80da4

View File

@@ -1,8 +1,6 @@
/**
* This file provides styles for mobile devices
* and smaller screens (up to 480px and 768px width).
*
* @author Anika Henke <anika@selfthinker.org>
*/
/* for detecting media queries in JavaScript (see script.js): */
@@ -222,23 +220,9 @@ body {
display: none;
}
/* pagetools status bar on mobile - compact display */
#dokuwiki__pagetools.pagetools-statusbar {
ul {
justify-content: center;
gap: 0.15em;
li a {
padding: 0.25em 0.35em;
font-size: 0.85em;
.accesskey {
font-size: 0.8em;
padding: 0.05em 0.3em;
margin-right: 0.25em;
}
}
}
/* hide status bar on mobile. It is folded into a submenu */
#dokuwiki__pagetools {
display: none;
}
/* search form */