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/skeleton.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/skeleton.css') diff --git a/static/skeleton.css b/static/skeleton.css index 2965c2d..4ec4670 100644 --- a/static/skeleton.css +++ b/static/skeleton.css @@ -92,6 +92,7 @@ nav { img.avatar { width: var(--icon-size); aspect-ratio: 1; + border-radius: var(--border-radius); } #currentUserInfo { max-width: 16em; -- cgit v1.3