mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ $dash_border_radius: $modal_radius * 1.5;
|
|||
|
||||
// Dash Items
|
||||
.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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue