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>
This commit is contained in:
parent
1adcbaab46
commit
30b6816a86
@ -27,13 +27,17 @@ $dash_border_radius: $modal_radius * 1.5;
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Dash Items
|
// Dash Items
|
||||||
.dash-item-container > StWidget {
|
.dash-item-container {
|
||||||
padding: ($dash_spacing / 2) $dash_spacing;
|
& > StWidget {
|
||||||
|
padding: ($dash_spacing / 2) 0; //all compact
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dash-separator {
|
.app-well-app:first-child {
|
||||||
width: 1px;
|
padding-left: $dash_spacing; //first one padded
|
||||||
background-color: transparentize($osd_fg_color,0.7);
|
}
|
||||||
|
.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
|
// OSD Tooltip
|
||||||
|
Loading…
Reference in New Issue
Block a user