Add spacing between label and switch for menu items
Currently there is no spacing between items packed into the switch menu item layout box. Add some. https://bugzilla.gnome.org/show_bug.cgi?id=629954
This commit is contained in:
parent
7298831f54
commit
555409aba2
@ -136,6 +136,10 @@ StTooltip {
|
|||||||
spacing: .75em;
|
spacing: .75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup-switch-menu-item {
|
||||||
|
spacing: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
-gradient-height: 2px;
|
-gradient-height: 2px;
|
||||||
-gradient-start: rgba(8,8,8,0);
|
-gradient-start: rgba(8,8,8,0);
|
||||||
|
Loading…
Reference in New Issue
Block a user