[gnome-shell-sass] theme: Adjust dash icon spacing
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: Adjust dash icon spacing
- Date: Mon, 22 Feb 2021 23:28:07 +0000 (UTC)
commit 4583e255b0f860295058d766ce06dc605c602729
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Feb 4 13:26:23 2021 +0100
theme: Adjust dash icon spacing
- slight separation between favorites and the app-well icon
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3640
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1634>
widgets/_dash.scss | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/widgets/_dash.scss b/widgets/_dash.scss
index a1f6249..fb720ac 100644
--- a/widgets/_dash.scss
+++ b/widgets/_dash.scss
@@ -27,13 +27,17 @@ $dash_border_radius: $modal_radius * 1.5;
}
// Dash Items
-.dash-item-container > StWidget {
- padding: ($dash_spacing / 2) $dash_spacing;
+.dash-item-container {
+ & > StWidget {
+ padding: ($dash_spacing / 2) 0; //all compact
+ }
}
-.dash-separator {
- width: 1px;
- background-color: transparentize($osd_fg_color,0.7);
+.app-well-app:first-child {
+ padding-left: $dash_spacing; //first one padded
+}
+.show-apps:last-child { //last one padded slightly from the favorites
+ padding: ($dash_spacing / 2) $dash_spacing ($dash_spacing / 2) ($dash_spacing / 2);
}
// OSD Tooltip
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]