Add reversible new item swap

This commit is contained in:
Jan Bader
2026-06-16 21:00:21 +02:00
parent 75fa957981
commit 4934255e96
5 changed files with 108 additions and 3 deletions
+7
View File
@@ -255,6 +255,13 @@ h3 { margin-bottom: 0; }
.delta-positive { color: #86efac; }
.delta-neutral { color: var(--muted); }
.delta-negative { color: #f87171; }
.swap-actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
align-items: center;
}
.swap-actions .status { margin: 0; }
@media (max-width: 900px) {
.hero, .results { grid-template-columns: 1fr; }