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;
}
/* 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 */