From f7a1c002e17e6935a8c4dcf91bb81b43fa702248 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 31 Mar 2016 15:14:38 +0200 Subject: gnome-shell: make aggregate-menu wider (#447) --- common/gnome-shell/3.18/gnome-shell-dark.css | 2 +- common/gnome-shell/3.18/gnome-shell.css | 2 +- common/gnome-shell/3.18/sass/_common.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'common') 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; } diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index f44f397..1c6ab74 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -734,7 +734,7 @@ StScrollBar { color: transparent; } .aggregate-menu { - min-width: 21em; } + min-width: 23em; } .aggregate-menu .popup-menu-icon { padding: 0 4px; } diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index 9b7eb61..cda4d01 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -988,7 +988,7 @@ StScrollBar { } .aggregate-menu { - min-width: 21em; + min-width: 23em; .popup-menu-icon { padding: 0 4px; } } -- cgit v1.2.3