Merge branch 'adwaita-headerbar-switch-margins-master' into 'master'

Adwaita: Adjust switch margins on headerbars

Closes #1759

See merge request GNOME/gtk!651
This commit is contained in:
Matthias Clasen 2019-03-20 14:06:19 +00:00
commit 6990f73940
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

@ -694,7 +694,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

@ -702,7 +702,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; }