This commit is contained in:
@@ -351,6 +351,81 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.db-comment-feed {
|
||||
display: grid;
|
||||
gap: 0;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.db-comment-feed__item {
|
||||
display: grid;
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
gap: 0.65rem;
|
||||
align-items: start;
|
||||
min-width: 0;
|
||||
padding: 0.72rem 0;
|
||||
margin: 0;
|
||||
border-top: 1px solid color-mix(in oklab, var(--db-line) 70%, transparent);
|
||||
}
|
||||
|
||||
.db-comment-feed__item::before {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
.db-comment-feed__body {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.db-comment-feed__top {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.32rem;
|
||||
align-items: baseline;
|
||||
color: var(--muted);
|
||||
font-size: 0.78rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.db-comment-feed__top strong {
|
||||
color: var(--fg);
|
||||
font-size: 0.86rem;
|
||||
}
|
||||
|
||||
.db-comment-feed__page {
|
||||
color: var(--link);
|
||||
font-weight: 800;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.db-comment-feed__page:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.db-comment-feed__top time {
|
||||
margin-left: auto;
|
||||
color: var(--muted);
|
||||
font-size: 0.74rem;
|
||||
font-variant-numeric: tabular-nums;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.db-comment-feed__body p {
|
||||
margin: 0.22rem 0 0;
|
||||
color: var(--db-text-soft);
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.45;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.db-comment-feed__empty {
|
||||
color: var(--muted);
|
||||
font-size: 0.9rem;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.db-stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user