mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme: Equalize dimensions of ws switcher popup boxes
The indicator for the active workspace is currently two pixels smaller because it doesn't account for the border used for inactive workspaces. Fix that to make sure all indicators have the same size. https://gitlab.gnome.org/GNOME/gnome-shell/issues/1243
This commit is contained in:
parent
817aec5466
commit
d1a6601e60
1 changed files with 1 additions and 1 deletions
|
|
@ -750,7 +750,7 @@ StScrollBar {
|
|||
|
||||
.ws-switcher-active-up, .ws-switcher-active-down,
|
||||
.ws-switcher-active-left, .ws-switcher-active-right {
|
||||
height: 50px;
|
||||
height: 52px;
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
background-size: 32px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue