mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
gtk: fix dumb css workaround
This commit is contained in:
parent
867fdf0cbc
commit
ed2381f2c4
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<! if opt.wayland_compositor == "river" then !>
|
||||
/* GTK is to retarded to realize that some compositors that don't implement deprecated
|
||||
* protocols do not want client-side decoration. We completely disable titlebars here to compensate. */
|
||||
headerbar.titlebar.default-decoration, headerbar * {
|
||||
headerbar.titlebar.default-decoration, headerbar windowcontrols * {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
margin: 0 0 -17px 0;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<! if opt.wayland_compositor == "river" then !>
|
||||
/* GTK is to retarded to realize that some compositors that don't implement deprecated
|
||||
* protocols do not want client-side decoration. We completely disable titlebars here to compensate. */
|
||||
headerbar.titlebar.default-decoration, headerbar * {
|
||||
headerbar.titlebar.default-decoration, headerbar windowcontrols * {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
margin: 0 0 -17px 0;
|
||||
|
|
Loading…
Reference in a new issue