stylesheet: Increase app dropshadows
Increase the app icon dropshadow to separate the icon from the window thumbnail. The shadow change is global, but due to perfomance implications, the icon-dropshadow class is only used on the thumbnail view. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3670 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1656>
This commit is contained in:
parent
9aa25eaa0b
commit
0173a6646f
@ -14,5 +14,5 @@
|
||||
|
||||
// Dropshadow for large icons
|
||||
.icon-dropshadow {
|
||||
icon-shadow: 0 1px 2px rgba(black, 0.4);
|
||||
icon-shadow: 0 1px 5px rgba(black, 0.8);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user