From 0ac3e01bcc1750964ca864f0c16beedde4e89fed Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 21 Mar 2025 17:36:23 +0000 Subject: smaller avatars in notifs and mobile timeline also added rounded corners on the tiny ones --- static/theme.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/theme.css') diff --git a/static/theme.css b/static/theme.css index a542cae..442950b 100644 --- a/static/theme.css +++ b/static/theme.css @@ -47,6 +47,7 @@ --icon-size: 24px; --avatar-size: 64px; --avatar-big-size: 96px; + --avatar-medium-size: 48px; --overlay-shadow: 0 0 8px #0004; accent-color: var(--clr-primary); -- cgit v1.3