diff --git a/web/css/app.css b/web/css/app.css index 9e4f485..50609bd 100644 --- a/web/css/app.css +++ b/web/css/app.css @@ -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". */