diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-21 10:26:03 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-21 10:26:03 +0200 |
commit | dfedb61b158270a1df4a72985b3638217fc4124e (patch) | |
tree | 8afc45a5f7542f31927130678e3c50104a0f07f3 /styles | |
parent | 31396f6b4f1271cb646947111661d9bb59ca951f (diff) |
accountAvatar with some css
Diffstat (limited to 'styles')
-rw-r--r-- | styles/ui.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} + |