dash: Put the dot back into its box
When commit 3a9acb96
moved around padding to extend the clickable
area to the screen edge, it reduced the inner padding too much and
the running indicator ended up outside the highlighted area.
Adjust the padding to put it back into its place.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1693>
This commit is contained in:
parent
bf15ad7f69
commit
c769a2f6f0
@ -40,7 +40,7 @@ $dash_border_radius: $modal_radius * 1.5;
|
|||||||
|
|
||||||
// Dash Items
|
// Dash Items
|
||||||
.dash-item-container .app-well-app, .show-apps {
|
.dash-item-container .app-well-app, .show-apps {
|
||||||
padding: 0 $dash_spacing $dash_bottom_margin;
|
padding: $dash_padding $dash_spacing $dash_padding + $dash_bottom_margin;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dash-separator {
|
.dash-separator {
|
||||||
|
Loading…
Reference in New Issue
Block a user