hide statusbar on mobile
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user