fix(ui): ensure highlight metadata elements align on single visual line with consistent line-height

This commit is contained in:
Gigi
2025-10-09 21:18:14 +01:00
parent 3b55d64468
commit b57ea3f640

View File

@@ -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 {