From 7751c84c894b551c462a33f5444556a2e12d9f5d Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Wed, 4 Mar 2026 19:12:39 +0100 Subject: [PATCH] gitea: make all avatars fully round circles --- static/other/gitea.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/other/gitea.css b/static/other/gitea.css index 06eac60..1cc2388 100644 --- a/static/other/gitea.css +++ b/static/other/gitea.css @@ -650,9 +650,13 @@ body { height: 30px; } -/* Avatar — round */ -#navbar .ui.avatar { - border-radius: 50%; +/* Avatar — fully round everywhere */ +.ui.avatar, +img.avatar, +.avatar img, +.collaborator-avatar, +.participant-avatar { + border-radius: 50% !important; } /* Nav item icon + text spacing */