diff options
author | Horst3180 | 2016-03-31 15:14:38 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-31 15:14:43 +0200 |
commit | f7a1c002e17e6935a8c4dcf91bb81b43fa702248 (patch) | |
tree | 51d063cc23234564a97baa381beb86eefdc72c87 /common/gnome-shell/3.18/gnome-shell-dark.css | |
parent | 6d7ab710c89c193af7f086b0aabcc08f9673f292 (diff) | |
download | solarc-theme-f7a1c002e17e6935a8c4dcf91bb81b43fa702248.tar.gz solarc-theme-f7a1c002e17e6935a8c4dcf91bb81b43fa702248.tar.xz solarc-theme-f7a1c002e17e6935a8c4dcf91bb81b43fa702248.zip |
gnome-shell: make aggregate-menu wider (#447)
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell-dark.css')
-rw-r--r-- | common/gnome-shell/3.18/gnome-shell-dark.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css index 99ef837..98ef96c 100644 --- a/common/gnome-shell/3.18/gnome-shell-dark.css +++ b/common/gnome-shell/3.18/gnome-shell-dark.css @@ -734,7 +734,7 @@ StScrollBar { color: transparent; } .aggregate-menu { - min-width: 21em; } + min-width: 23em; } .aggregate-menu .popup-menu-icon { padding: 0 4px; } |