From dfedb61b158270a1df4a72985b3638217fc4124e Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 21 Apr 2021 10:26:03 +0200 Subject: accountAvatar with some css --- styles/ui.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'styles/ui.css') diff --git a/styles/ui.css b/styles/ui.css index cb95b36..2736a2c 100644 --- a/styles/ui.css +++ b/styles/ui.css @@ -108,3 +108,11 @@ html.dark .dialogbox { background-color: var(--gray-700); } margin-bottom: 64px; } +.accountAvatar { + background-size: cover; +} + +.accountAvatar.round { + border-radius: 9999999px; +} + -- cgit v1.2.3