gitea: make all avatars fully round circles

This commit is contained in:
2026-03-04 19:12:39 +01:00
parent a2aed23401
commit b625155d5a
+7 -3
View File
@@ -650,9 +650,13 @@ body {
height: 30px; height: 30px;
} }
/* Avatar — round */ /* Avatar — fully round everywhere */
#navbar .ui.avatar { .ui.avatar,
border-radius: 50%; img.avatar,
.avatar img,
.collaborator-avatar,
.participant-avatar {
border-radius: 50% !important;
} }
/* Nav item icon + text spacing */ /* Nav item icon + text spacing */