Metaline styling

This commit is contained in:
2026-06-24 09:46:10 +02:00
parent 308eec734f
commit 112e1f82ca
+4 -1
View File
@@ -203,11 +203,14 @@ img.avatar {
img.avatar-sm { width: var(--avatar-sm); height: var(--avatar-sm); }
img.avatar-lg { width: 72px; height: 72px; }
/* Byline mit kleinem Avatar neben Name + Zeitstempel. */
/* Byline mit kleinem Avatar neben Name + Zeitstempel. Einheitliche 1rem für die
ganze Meta-Zeile (Name, Datum, Repost-Cooldown), damit nichts größer rausfällt
als die Links -- der Klartext würde sonst die 1.2rem der Card erben. */
.byline {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 1rem;
}
/* Profilkopf: großer Avatar links neben Name und "Mitglied seit". */