[gnome-shell/wip/snwh/style-updates] theme: add missing margin on dash items
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates] theme: add missing margin on dash items
- Date: Mon, 3 Jan 2022 17:18:31 +0000 (UTC)
commit 9c9aab1c6797160fa585b09882adf8e581e68310
Author: Sam Hewitt <sam snwh org>
Date: Mon Jan 3 13:48:26 2022 -0330
theme: add missing margin on dash items
data/theme/gnome-shell-sass/widgets/_dash.scss | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_dash.scss b/data/theme/gnome-shell-sass/widgets/_dash.scss
index 59482146c6..014844d713 100644
--- a/data/theme/gnome-shell-sass/widgets/_dash.scss
+++ b/data/theme/gnome-shell-sass/widgets/_dash.scss
@@ -52,11 +52,15 @@ $dash_border_radius: $modal_radius + 8px;
.dash-item-container {
// each app item on the dash
- .app-well-app { padding:0;}
+ .app-well-app {
+ padding:0;
+ margin: 2px;
+ }
// show apps button
.show-apps {
@include overview_icon($osd_fg_color);
+ margin: 2px;
padding: 0;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]