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/note.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/note.css') diff --git a/static/note.css b/static/note.css index 6d3b215..8fa8424 100644 --- a/static/note.css +++ b/static/note.css @@ -47,6 +47,9 @@ article.note { img.avatar { width: var(--avatar-size); + @media (width < 1200px) { + width: var(--avatar-medium-size); + } aspect-ratio: 1; border-radius: var(--border-radius); } -- cgit v1.3