fix: correct typo in progress tracking variable name from Progss to Progress
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
.feed-category[data-topic="question"] .dot { background: var(--topic-question); }
|
||||
.feed-category[data-topic="rant"] .dot { background: var(--topic-rant); }
|
||||
.feed-category[data-topic="fun"] .dot { background: var(--topic-fun); }
|
||||
.feed-category[data-topic="signals"] .dot { background: var(--topic-signals); }
|
||||
|
||||
.feed-nav {
|
||||
display: flex;
|
||||
@@ -341,6 +342,33 @@
|
||||
box-shadow: 0 6px 20px rgba(255, 107, 53, 0.5);
|
||||
}
|
||||
|
||||
.feed-comment-form {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
margin-top: 0.75rem;
|
||||
padding-top: 0.75rem;
|
||||
border-top: 1px solid var(--border);
|
||||
}
|
||||
.feed-comment-form input {
|
||||
flex: 1;
|
||||
padding: 0.375rem 0.75rem;
|
||||
font-size: 0.8125rem;
|
||||
min-height: auto;
|
||||
}
|
||||
.feed-comment-submit {
|
||||
padding: 0.375rem 0.75rem;
|
||||
background: var(--accent);
|
||||
color: #fff;
|
||||
border-radius: var(--radius);
|
||||
font-weight: 600;
|
||||
font-size: 0.8125rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.feed-comment-submit:hover {
|
||||
background: var(--accent-hover);
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.feed-layout {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user