From 1b4d2dd830aec6aab6706dce3ae3a2d036ae844f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:48:45 +0200 Subject: [PATCH] Fix avatar size in sharing modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- ts/Manager/ShareWith.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/Manager/ShareWith.scss b/ts/Manager/ShareWith.scss index 5ea9b0b..9e5bef8 100644 --- a/ts/Manager/ShareWith.scss +++ b/ts/Manager/ShareWith.scss @@ -20,6 +20,10 @@ width: 32px; overflow: hidden; + > img { + max-width: 100%; + } + .icon-group-white, .icon-circle-white { display: block;