add: new design (wip)

New design as WIP, swipe controls
This commit is contained in:
Fiona Lena Urban 2025-05-10 11:13:25 +02:00
parent 7af148058e
commit 3200c29c2f
3 changed files with 9 additions and 12 deletions

View file

@ -49,6 +49,10 @@
padding: 1rem;
border-radius: var(--radius-default);
&.animated {
transition: var(--transition-default);
}
& > header {
display: flex;
justify-content: space-between;