add: new design (wip)

New design as WIP, swipe controls
This commit is contained in:
Fiona Lena Urban 2025-05-10 11:07:06 +02:00
parent 259adf53f6
commit 7af148058e
15 changed files with 354 additions and 142 deletions

View file

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