Compare commits

...

2 Commits

Author SHA1 Message Date
Thibaut 443bb5833a
Merge pull request #286 from Jerome-Herbinet/patch-1
Fix avatar size in sharing modal
2024-09-09 11:36:46 +02:00
Jérôme Herbinet 1b4d2dd830
Fix avatar size in sharing modal
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-09-09 10:48:45 +02:00
1 changed files with 4 additions and 0 deletions

View File

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