From 3f61e0c3107f2abe83c5e316b340b65ae0af3817 Mon Sep 17 00:00:00 2001 From: saschalalala Date: Mon, 9 Nov 2015 09:02:35 +0100 Subject: [PATCH 1/2] min width for .panel-button elements because of cropped images --- Paper/gnome-shell/gnome-shell.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index 2acf1c7..173b8ae 100644 --- a/Paper/gnome-shell/gnome-shell.css +++ b/Paper/gnome-shell/gnome-shell.css @@ -601,6 +601,7 @@ StScrollBar { #panel .panel-button { -natural-hpadding: 12px; -minimum-hpadding: 6px; + min-width; 45px; font-weight: bold; color: #ccc; transition-duration: 100ms; } @@ -2037,4 +2038,4 @@ StScrollBar { background-color: #454d50;} .popup-menu-item:insensitive { - color: #999;} \ No newline at end of file + color: #999;} From ee64995a13235a04c99afed84863bd55a4f8d339 Mon Sep 17 00:00:00 2001 From: saschalalala Date: Sun, 29 Nov 2015 14:35:51 +0100 Subject: [PATCH 2/2] Update gnome-shell.css --- Paper/gnome-shell/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index 173b8ae..640c167 100644 --- a/Paper/gnome-shell/gnome-shell.css +++ b/Paper/gnome-shell/gnome-shell.css @@ -601,7 +601,7 @@ StScrollBar { #panel .panel-button { -natural-hpadding: 12px; -minimum-hpadding: 6px; - min-width; 45px; + min-width: 45px; font-weight: bold; color: #ccc; transition-duration: 100ms; }