Refresh vote cards after suggestion edits

This commit is contained in:
2026-02-02 23:33:52 +01:00
parent 14c166d143
commit 2add818045
2 changed files with 44 additions and 6 deletions

View File

@@ -175,6 +175,7 @@ h3 { margin: 0; font-size: 18px; }
.card-title-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; min-width: 0; }
.card-title { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.title-meta { display: flex; align-items: center; gap: 8px; }
.title-meta .chip { max-width: 140px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
p { margin: 0; }
.muted { color: #7a6a53; margin: 0; }
.link { color: #30afea; text-decoration: none; font-weight: 700; }