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
|
// 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 {
|
||||||
|
|
Reference in a new issue