0
0
Fork 0

Change avatars border radius (#31390)

This commit is contained in:
Renaud Chaput 2024-08-13 09:26:23 +02:00 committed by GitHub
parent 7e501c59c2
commit f6d090fdf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 7 deletions

View file

@ -108,4 +108,5 @@ $font-monospace: 'mastodon-font-monospace' !default;
--surface-background-color: #{darken($ui-base-color, 4%)};
--surface-variant-background-color: #{$ui-base-color};
--surface-variant-active-background-color: #{lighten($ui-base-color, 4%)};
--avatar-border-radius: 8px;
}