[gnome-shell/wip/jimmac/dash-icon-spacing-fixes: 1/2] Revert "theme: Adjust dash icon spacing"
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jimmac/dash-icon-spacing-fixes: 1/2] Revert "theme: Adjust dash icon spacing"
- Date: Thu, 4 Feb 2021 17:46:00 +0000 (UTC)
commit bbaa6e71b27641dd095a33a895389226c3441616
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Feb 4 18:27:30 2021 +0100
Revert "theme: Adjust dash icon spacing"
This reverts commit 30b6816a86272020167cdf17a706e1c766372580.
data/theme/gnome-shell-sass/widgets/_dash.scss | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_dash.scss b/data/theme/gnome-shell-sass/widgets/_dash.scss
index fb720acbe1..a1f6249cca 100644
--- a/data/theme/gnome-shell-sass/widgets/_dash.scss
+++ b/data/theme/gnome-shell-sass/widgets/_dash.scss
@@ -27,17 +27,13 @@ $dash_border_radius: $modal_radius * 1.5;
}
// Dash Items
-.dash-item-container {
- & > StWidget {
- padding: ($dash_spacing / 2) 0; //all compact
- }
+.dash-item-container > StWidget {
+ padding: ($dash_spacing / 2) $dash_spacing;
}
-.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);
+.dash-separator {
+ width: 1px;
+ background-color: transparentize($osd_fg_color,0.7);
}
// OSD Tooltip
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]