fixed navigation tree on small screens
This commit is contained in:
parent
7b2f89ac94
commit
7befb8e657
1 changed files with 6 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue