From 870ed3f211c7e94dfee3808ac49ab48898120122 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 28 Apr 2021 11:40:24 +0200 Subject: [PATCH] add avatar size now there is no default anymore --- src/platform/web/ui/css/login.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/web/ui/css/login.css b/src/platform/web/ui/css/login.css index aefdac42..5d9e2b21 100644 --- a/src/platform/web/ui/css/login.css +++ b/src/platform/web/ui/css/login.css @@ -19,6 +19,7 @@ limitations under the License. .SessionPickerView { padding: 0.4em; + --avatar-size: 32px; } .SessionPickerView ul {