making settings more readable and navigatable
This commit is contained in:
@@ -630,6 +630,10 @@
|
||||
100% { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.05); }
|
||||
}
|
||||
.highlight-comment { animation: comment-highlight 2.5s cubic-bezier(0.2, 0, 0, 1); }
|
||||
.comment-linked {
|
||||
border-left: 2px solid var(--accent) !important;
|
||||
background: rgba(var(--accent-rgb, 233, 30, 140), 0.07) !important;
|
||||
}
|
||||
#reply-indicator {
|
||||
display: flex; align-items: center; gap: 8px;
|
||||
padding: 6px 12px; background: rgba(255,255,255,.05);
|
||||
|
||||
Reference in New Issue
Block a user