gtk: update decoration config; qute: scss ao3 hide

This commit is contained in:
Phantop 2022-12-24 16:50:01 -05:00
parent 55f91225d0
commit 6d6fab5dd1
2 changed files with 11 additions and 28 deletions

View File

@ -1,28 +1,2 @@
window.ssd separator:first-child + headerbar:backdrop,
window.ssd separator:first-child + headerbar,
window.ssd headerbar:first-child:backdrop,
window.ssd headerbar:first-child,
window.ssd headerbar:last-child:backdrop,
window.ssd headerbar:last-child,
window.ssd stack headerbar:first-child:backdrop,
window.ssd stack headerbar:first-child,
window.ssd stack headerbar:last-child:backdrop,
window.ssd stack headerbar:last-child,
window.ssd decoration,
window.ssd headerbar.titlebar {
border-radius: 0;
}
window.ssd headerbar * {
margin-top: -100px;
color: #222D32; /* May need to tweak, this matches Adwaita Dark */
}
window.ssd headerbar.titlebar,
window.ssd headerbar.titlebar button.titlebutton {
border: none;
font-size: 0;
margin: 0;
min-height: 0;
padding: 0;
}
window.ssd * {margin: -99} window, headerbar {border-radius: 0}
headerbar, headerbar *, headerbar * * { min-height: 0; margin: 0; padding: 0; }

View File

@ -99,6 +99,15 @@ body>div#outer.wrapper {
&:not(#chapter_index) > li:not(:nth-child(2)) {display: none}
}
}
#main > div.splash > div.module:not(.readings) {display: none}
#main > div.splash > div.module.readings {width:100%}
#bookmark-form > form > fieldset > fieldset:nth-child(4) {display:none}
.wrapper, .toggled, .toggled form {
padding: 0;
border: none;
box-shadow: none;
}
}
[data-csrf-token] {