From 1e2c8cc1ca856f5b1c2c271c09f7c8d62370c5c0 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, 27 Feb 2023 15:46:51 +0100 Subject: [PATCH] Avatar size fix in rooms' list (too big) 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/App.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/Manager/App.scss b/ts/Manager/App.scss index 38e8d9d..ead41ac 100644 --- a/ts/Manager/App.scss +++ b/ts/Manager/App.scss @@ -29,6 +29,7 @@ .bbb-avatar { border-radius: 50%; + width: 32px; } .text-muted { @@ -307,4 +308,4 @@ pre { border: 5px solid #fff; } } -} \ No newline at end of file +}