mirror of
https://github.com/Phantop/dotfiles
synced 2024-10-31 20:04:18 +00:00
gtk: update decoration config; qute: scss ao3 hide
This commit is contained in:
parent
55f91225d0
commit
6d6fab5dd1
|
@ -1,28 +1,2 @@
|
||||||
window.ssd separator:first-child + headerbar:backdrop,
|
window.ssd * {margin: -99} window, headerbar {border-radius: 0}
|
||||||
window.ssd separator:first-child + headerbar,
|
headerbar, headerbar *, headerbar * * { min-height: 0; margin: 0; padding: 0; }
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
|
@ -99,6 +99,15 @@ body>div#outer.wrapper {
|
||||||
&:not(#chapter_index) > li:not(:nth-child(2)) {display: none}
|
&: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] {
|
[data-csrf-token] {
|
||||||
|
|
Loading…
Reference in a new issue