Skip to content

Commit

Permalink
gnome-shell: Update workspace-thumbnail-indicator
Browse files Browse the repository at this point in the history
Remove padding and reduce border width, in order to fit better with
the new smaller horizontal thumbnails in GNOME Shell 40.
  • Loading branch information
jnsh committed Mar 28, 2021
1 parent 83e143c commit 2c3c741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/gnome-shell/40/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2184,9 +2184,9 @@ $dash_bottom_margin: 20px;
}

.workspace-thumbnail-indicator {
border: 4px solid transparentize($selected_bg_color, 0.2);
border: 3px solid transparentize($selected_bg_color, 0.2);
border-radius: 1px;
padding: 1px;
padding: 0;
}

.apps-scroll-view {
Expand Down

0 comments on commit 2c3c741

Please sign in to comment.