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

@ -8,7 +8,7 @@
color: var(--color-darkest);
position: sticky;
top: 0;
z-index: 1;
z-index: 100;
& strong {
font-size: 2em;

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;