[ui] fix marquee

feat/vaults
Tomáš Mládek 2021-11-30 21:02:30 +01:00
parent 49dea3705a
commit 6c09f6ccef
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
.overflowed .inner {
animation: marquee var(--anim-length) ease-in-out infinite;
animation-play-state: paused;
--padding: 0;
--padding: 1px;
}
.overflowed.running .inner {