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; }
.aggregate-menu {
min-width: 23em; }
min-width: 23.5em; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px; }

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

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

Loading…
Cancel
Save