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

@ -71,7 +71,7 @@
& > span:nth-child(1) {
font-weight: bold;
max-width: 150px;
max-width: 210px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@ -80,7 +80,7 @@
& > span:nth-child(2)::before {
content: '•';
margin-right: .5rem;
opacity: .5;
color: var(--color-middle);
}
}
@ -105,7 +105,7 @@
& > .pro {
font-size: .6rem;
font-weight: bold;
opacity: .7;
color: var(--color-middle);
}
}
}