mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 20:50:12 +00:00
Adwaita: Adjust switch margins on headerbars
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1759
This commit is contained in:
parent
0b4e511d05
commit
430caaa167
@ -1725,8 +1725,8 @@ headerbar {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
switch {
|
||||
margin-top: 9px;
|
||||
margin-bottom: 9px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
&.titlebar headerbar:not(.titlebar) {
|
||||
|
@ -680,7 +680,7 @@ searchbar > revealer > box { margin: -6px; padding: 6px; }
|
||||
|
||||
headerbar entry, headerbar spinbutton, headerbar separator:not(.sidebar), headerbar button { margin-top: 6px; margin-bottom: 6px; }
|
||||
|
||||
headerbar switch { margin-top: 9px; margin-bottom: 9px; }
|
||||
headerbar switch { margin-top: 10px; margin-bottom: 10px; }
|
||||
|
||||
headerbar.titlebar headerbar:not(.titlebar) { background: none; box-shadow: none; }
|
||||
|
||||
|
@ -688,7 +688,7 @@ searchbar > revealer > box { margin: -6px; padding: 6px; }
|
||||
|
||||
headerbar entry, headerbar spinbutton, headerbar separator:not(.sidebar), headerbar button { margin-top: 6px; margin-bottom: 6px; }
|
||||
|
||||
headerbar switch { margin-top: 9px; margin-bottom: 9px; }
|
||||
headerbar switch { margin-top: 10px; margin-bottom: 10px; }
|
||||
|
||||
headerbar.titlebar headerbar:not(.titlebar) { background: none; box-shadow: none; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user