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