mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
Improve server identity avatar preview
- server identity avatar preview now displays your current avatar, but desaturated and grayscale when no avatar is set resolves #218
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
filter: brightness(0.8);
|
||||
}
|
||||
|
||||
&.desaturate {
|
||||
filter: brightness(0.7) sepia(50%) grayscale(90%);
|
||||
}
|
||||
|
||||
.edit {
|
||||
opacity: 0;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user