This commit is contained in:
2026-07-16 19:22:37 +02:00
parent 2350a97199
commit 43742ecdb1

View File

@@ -3052,7 +3052,7 @@ body.layout-legacy .scroll-to-bottom svg {
justify-content: space-between; justify-content: space-between;
align-items: flex-end; align-items: flex-end;
line-height: normal; line-height: normal;
flex-wrap: wrap; flex-wrap: nowrap;
gap: 2px 10px; gap: 2px 10px;
} }
@@ -3060,6 +3060,8 @@ body.layout-legacy .scroll-to-bottom svg {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 5px; gap: 5px;
min-width: 0;
flex-shrink: 1;
} }
.pinned-badge { .pinned-badge {
@@ -3182,6 +3184,7 @@ body.layout-legacy .scroll-to-bottom svg {
color: var(--accent); color: var(--accent);
margin-right: 8px; margin-right: 8px;
padding-right: 0 !important; padding-right: 0 !important;
word-break: break-word;
} }
.comment-time { .comment-time {
@@ -3191,6 +3194,8 @@ body.layout-legacy .scroll-to-bottom svg {
margin-bottom: 1px; margin-bottom: 1px;
text-decoration: none; text-decoration: none;
align-self: baseline; align-self: baseline;
flex-shrink: 0;
white-space: nowrap;
} }
.comment-time:hover { .comment-time:hover {