Rework header bar

This commit is contained in:
2026-03-06 09:02:11 +01:00
parent 336f5729f3
commit de371c413c
6 changed files with 303 additions and 169 deletions

View File

@@ -200,18 +200,31 @@ body {
width: auto;
margin-bottom: .5em;
}
#dokuwiki__header .header__bar {
display: block;
height: auto;
}
[dir=rtl] #dokuwiki__header .headings,
[dir=rtl] #dokuwiki__header .tools {
float: none;
text-align: right;
width: auto;
}
#dokuwiki__header .headings {
display: block;
}
#dokuwiki__header .headings .logo a {
display: inline-flex;
}
#dokuwiki__sitetools {
text-align: left;
}
[dir=rtl] #dokuwiki__sitetools {
text-align: right;
}
#dokuwiki__header .header__menu {
display: none;
}
#dokuwiki__usertools,
#dokuwiki__sitetools ul,
#dokuwiki__sitetools h3,