add: new design (wip)

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

View file

@ -3,7 +3,8 @@
align-items: center;
justify-content: space-between;
padding: var(--padding-default);
background-color: var(--color-lightest);
background-color: rgba(255 255 255 / .8);
backdrop-filter: blur(10px);
box-shadow: var(--box-shadow-z2);
color: var(--color-darkest);
position: sticky;