From de1b38f07696973b3c66a2327b907c39c8dfaa03 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Sat, 30 Mar 2019 22:48:49 -0400 Subject: [PATCH] Reset margin and padding of taskbar's immediate widget children --- stylesheet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index ddfe5bc..05cb091 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -21,6 +21,11 @@ * Some code was also adapted from the upstream Gnome Shell source code. */ +#dashtopanelTaskbar .dash-item-container > StWidget { + margin: 0; + padding: 0; +} + #dashtopanelScrollview .app-well-app .overview-icon, #dashtopanelTaskbar .show-apps .overview-icon { border: none;