Fix avatar size in sharing modal

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
pull/286/head
Jérôme Herbinet 2024-09-09 10:48:45 +02:00 committed by GitHub
parent 6c5248788d
commit 1b4d2dd830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
width: 32px;
overflow: hidden;
> img {
max-width: 100%;
}
.icon-group-white,
.icon-circle-white {
display: block;