From 112e1f82ca970aaa66e8162885446123c2e52898 Mon Sep 17 00:00:00 2001 From: irrlicht Date: Wed, 24 Jun 2026 09:46:10 +0200 Subject: [PATCH] Metaline styling --- web/css/app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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". */