Adwaita: Adjust switch margins on headerbars

Closes https://gitlab.gnome.org/GNOME/gtk/issues/1759
This commit is contained in:
Alex Monday 2019-03-19 19:59:05 +05:00
parent 898728fb2d
commit 5679b9a687
3 changed files with 4 additions and 4 deletions

View File

@ -1714,8 +1714,8 @@ headerbar {
margin-bottom: 6px;
}
switch {
margin-top: 9px;
margin-bottom: 9px;
margin-top: 10px;
margin-bottom: 10px;
}
&.titlebar headerbar:not(.titlebar) {

View File

@ -692,7 +692,7 @@ searchbar > revealer > box { padding: 6px; border-width: 0 0 1px; }
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; }

View File

@ -700,7 +700,7 @@ searchbar > revealer > box { padding: 6px; border-width: 0 0 1px; }
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; }