fix: migrate CI branch references from master to main and add comments created_at index

This commit is contained in:
2026-05-13 19:17:57 +00:00
parent aa88f18c03
commit 4958c23c0d
33 changed files with 770 additions and 203 deletions
+7 -4
View File
@@ -65,7 +65,7 @@
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: var(--radius-lg);
padding: 1.25rem;
padding: 1rem;
transition: all 0.2s;
}
@@ -103,7 +103,9 @@
font-size: 0.6875rem;
color: var(--text-muted);
margin-left: auto;
padding-left: 0.75rem;
white-space: nowrap;
line-height: 1.5;
}
.post-topic {
@@ -122,7 +124,7 @@
font-size: 0.875rem;
color: var(--text-secondary);
line-height: 1.65;
margin-bottom: 0.75rem;
margin-bottom: 1rem;
word-break: break-word;
display: -webkit-box;
-webkit-line-clamp: 4;
@@ -133,12 +135,13 @@
.post-actions {
display: flex;
align-items: center;
gap: 0.25rem;
padding-top: 0.75rem;
gap: 0.5rem;
padding-top: 1rem;
border-top: 1px solid var(--border);
}
.post-action-btn {
line-height: 1;
display: inline-flex;
align-items: center;
gap: 0.375rem;