Add reversible new item swap
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user