Reset margin and padding of taskbar's immediate widget children

This commit is contained in:
Charles Gagnon
2019-03-30 22:48:49 -04:00
parent 091424d0d0
commit de1b38f076

View File

@@ -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;