Allow deleting own suggestions in Suggest phase and surface delete chip

This commit is contained in:
2026-01-28 16:58:18 +01:00
parent e6b341d837
commit 3ec1808ad1
3 changed files with 35 additions and 2 deletions

View File

@@ -183,6 +183,10 @@ button.ghost {
border-radius: 999px;
font-size: 12px;
}
.chip.danger-chip {
background: #dc2626;
border: 1px solid #b91c1c;
}
.vote-controls { display: flex; gap: 10px; align-items: center; margin-top: 6px; }
.score { font-weight: 700; }