gitea: make all avatars fully round circles
Some checks failed
CI / update (push) Failing after 1s

This commit is contained in:
2026-03-04 19:12:39 +01:00
parent 754c4216ab
commit 7751c84c89

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