Simplify page structure
This commit is contained in:
@@ -56,12 +56,8 @@ body.luxtools-tv .hasSidebar #dokuwiki__content {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
body.luxtools-tv .hasSidebar #dokuwiki__content > .pad {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Let the page fieldset fill available vertical space */
|
||||
body.luxtools-tv #dokuwiki__content > .pad {
|
||||
body.luxtools-tv #dokuwiki__content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
@@ -217,7 +213,7 @@ body.luxtools-tv .luxtools__page-fieldset > * {
|
||||
}
|
||||
|
||||
/* Avoid double spacing from DokuWiki pads */
|
||||
#dokuwiki__content > .pad {
|
||||
#dokuwiki__content {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
@@ -261,3 +257,7 @@ body.luxtools-tv .luxtools__page-fieldset > * {
|
||||
.luxtools__hotkey {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tui-fieldset {
|
||||
background-color: #0000a8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user