From b57ea3f6402296c2689411704eda94e688ceb8d1 Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 9 Oct 2025 21:18:14 +0100 Subject: [PATCH] fix(ui): ensure highlight metadata elements align on single visual line with consistent line-height --- src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.css b/src/index.css index 06182ddd..659248f7 100644 --- a/src/index.css +++ b/src/index.css @@ -1645,6 +1645,7 @@ body { font-size: 0.875rem; color: #888; flex-wrap: nowrap; + min-height: 20px; } .highlight-author { @@ -1654,17 +1655,20 @@ body { overflow: hidden; text-overflow: ellipsis; max-width: 150px; + line-height: 1; } .highlight-meta-separator { color: #666; flex-shrink: 0; + line-height: 1; } .highlight-time { color: #888; white-space: nowrap; flex-shrink: 0; + line-height: 1; } .highlight-source { @@ -1676,6 +1680,7 @@ body { transition: color 0.2s ease; flex-shrink: 0; margin-left: auto; + line-height: 1; } .highlight-source:hover {