gnome-shell: make aggregate-menu a little wider (fix #447)

pull/463/head
Horst3180 9 years ago
parent 58a8abc370
commit 9781e357df

@ -734,7 +734,7 @@ StScrollBar {
color: transparent; } color: transparent; }
.aggregate-menu { .aggregate-menu {
min-width: 23em; } min-width: 23.5em; }
.aggregate-menu .popup-menu-icon { .aggregate-menu .popup-menu-icon {
padding: 0 4px; } padding: 0 4px; }

@ -734,7 +734,7 @@ StScrollBar {
color: transparent; } color: transparent; }
.aggregate-menu { .aggregate-menu {
min-width: 23em; } min-width: 23.5em; }
.aggregate-menu .popup-menu-icon { .aggregate-menu .popup-menu-icon {
padding: 0 4px; } padding: 0 4px; }

@ -988,7 +988,7 @@ StScrollBar {
} }
.aggregate-menu { .aggregate-menu {
min-width: 23em; min-width: 23.5em;
.popup-menu-icon { padding: 0 4px; } .popup-menu-icon { padding: 0 4px; }
} }

Loading…
Cancel
Save