Fix showapps icon padding on GS 42

This commit is contained in:
Charles Gagnon
2022-04-06 22:41:38 -04:00
parent d7a7c92d13
commit 97a7a79581

View File

@@ -21,7 +21,8 @@
* Some code was also adapted from the upstream Gnome Shell source code.
*/
#dashtopanelTaskbar .dash-item-container > StWidget {
#dashtopanelTaskbar .dash-item-container > StWidget,
.dashtopanelMainPanel .show-apps {
margin: 0;
padding: 0;
}