hide statusbar on mobile
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* This file provides styles for mobile devices
|
* This file provides styles for mobile devices
|
||||||
* and smaller screens (up to 480px and 768px width).
|
* and smaller screens (up to 480px and 768px width).
|
||||||
*
|
|
||||||
* @author Anika Henke <anika@selfthinker.org>
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* for detecting media queries in JavaScript (see script.js): */
|
/* for detecting media queries in JavaScript (see script.js): */
|
||||||
@@ -222,23 +220,9 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* pagetools status bar on mobile - compact display */
|
/* hide status bar on mobile. It is folded into a submenu */
|
||||||
#dokuwiki__pagetools.pagetools-statusbar {
|
#dokuwiki__pagetools {
|
||||||
ul {
|
display: none;
|
||||||
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* search form */
|
/* search form */
|
||||||
|
|||||||
Reference in New Issue
Block a user