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