diff --git a/data/theme/gnome-shell-sass/widgets/_dash.scss b/data/theme/gnome-shell-sass/widgets/_dash.scss index a1f6249cc..fb720acbe 100644 --- a/data/theme/gnome-shell-sass/widgets/_dash.scss +++ b/data/theme/gnome-shell-sass/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