1
1
Fork 0

fixed navigation tree on small screens

This commit is contained in:
Vrifox 2021-02-21 13:06:02 +01:00
parent 7b2f89ac94
commit 7befb8e657
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -1,10 +1,9 @@
// is located in dokuwiki/conf/userall.css
@media screen {
body {
html, body {
background: var(--background);
color: var(--text);
text-decoration-thickness: 1px !important;
#dokuwiki__site {
.site {
.topbar { // _old_ topbar (pre ~2015; plugin)
@ -49,6 +48,9 @@
}
}
.group {
.headings h1 a {
text-decoration-thickness: 1px !important;
}
.tools {
#dokuwiki__usertools {
top: 2em;
@ -70,6 +72,8 @@
}
#dokuwiki__aside {
.aside {
background: var(--background);
box-shadow: none;
.content {
.group {
.dtree {