diff --git a/css/mobile.less b/css/mobile.less index 3d1315b..31657d1 100755 --- a/css/mobile.less +++ b/css/mobile.less @@ -1,8 +1,6 @@ /** * This file provides styles for mobile devices * and smaller screens (up to 480px and 768px width). - * - * @author Anika Henke */ /* 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 */