From 55da36895bc15e7d08158913eb74a4df974d3602 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 11 Oct 2018 09:43:38 -0400 Subject: [PATCH] Adjust icon paddings following Shell.GenericContainer deprecation --- stylesheet.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index af91b98..af1d3f9 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -21,21 +21,25 @@ * Some code was also adapted from the upstream Gnome Shell source code. */ -#dashtopanelScrollview .app-well-app .overview-icon { + #dashtopanelScrollview .app-well-app .overview-icon { border-radius: 0; border: none; - padding: 2px; + padding: 2px 6px; } #dashtopanelScrollview .app-well-app .overview-label { padding-right: 8px; } -#show-apps-btn, #show-apps-btn .overview-icon { +#show-apps-btn { margin: 0; padding: 0; } +#show-apps-btn .overview-icon { + padding: 2px 8px; +} + #dashtopanelScrollview .app-well-app:hover .overview-icon, #dashtopanelScrollview .app-well-app:focus .overview-icon { background: none;