add: new design (wip)

New design as WIP, swipe controls
This commit is contained in:
Fiona Lena Urban 2025-05-10 11:24:46 +02:00
parent 3200c29c2f
commit 192b031140
4 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
.Toolbar {
display: flex;
justify-content: space-evenly;
background: var(--color-gradient-main-dark);
background: var(--color-main-darkest);
position: sticky;
bottom: 0;
box-shadow: var(--box-shadow-upper);