Scrollbar

This commit is contained in:
Firq 2024-11-03 20:58:35 +01:00
parent dd78cc13ef
commit 51b8817dc7
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 9 additions and 1 deletions
src/components/cards

View file

@ -28,6 +28,10 @@ const mlb_image = mlb ? 'mlbalign' : 'hidemlb'
</article>
<style>
* {
transition: all var(--a-time-default) var(--a-animation-1);
}
.hidemlb {
display: none;
height: 1em;