Avatare rund (kein eckiger Hintergrund)

This commit is contained in:
2026-05-31 15:31:13 +02:00
parent eecf5f510c
commit 887f301654
+12 -3
View File
@@ -782,7 +782,16 @@ a.muted:hover {
font-size: 12px !important; font-size: 12px !important;
} }
/* ─── Avatare etwas weicher ─────────────────────────────── */ /* ─── Avatare: runde Kreise statt eckigem Block ─────────── */
.ui.avatar.image, .ui.avatar img, img.avatar { .ui.avatar,
border-radius: var(--ob-radius-sm) !important; .ui.avatar.image,
.ui.avatar img,
img.avatar,
a.avatar img,
.comment .avatar img,
.timeline-avatar img,
.flex-item-leading .ui.avatar {
border-radius: 50% !important;
overflow: hidden !important;
background: transparent !important;
} }