1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

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

This commit is contained in:
Horst3180 2016-03-31 19:06:52 +02:00
parent 58a8abc370
commit 9781e357df
3 changed files with 3 additions and 3 deletions

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }
} }