forked from AuroraMiddleware/gtk
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:
commit
6990f73940
@ -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) {
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user