Merge pull request #286 from Jerome-Herbinet/patch-1

Fix avatar size in sharing modal
pull/276/merge
Thibaut 2024-09-09 11:36:46 +02:00 committed by GitHub
commit 443bb5833a
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;