From 6c09f6ccef7bffb6cb0588b161101706de61f586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 30 Nov 2021 21:02:30 +0100 Subject: [PATCH] [ui] fix marquee --- ui/src/components/Marquee.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/Marquee.svelte b/ui/src/components/Marquee.svelte index 7079c35..20c7555 100644 --- a/ui/src/components/Marquee.svelte +++ b/ui/src/components/Marquee.svelte @@ -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 {