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

@ -81,7 +81,7 @@
height: 100%;
display: block;
margin: 0;
border-radius: 4px;
border-radius: var(--avatar-border-radius);
}
}