From 26e8b4183057de7f454a18cfc1065d3b829de144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Tue, 13 Sep 2022 02:24:23 +0000 Subject: [PATCH] better marquee duration formula --- ui/src/App.vue | 6 +++++- ui/src/components/TickerBar.vue | 32 +++++++++++++++++++++++--------- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index 145328b..74b6fc0 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -4,7 +4,11 @@ - + diff --git a/ui/src/components/TickerBar.vue b/ui/src/components/TickerBar.vue index 5d21395..fdaae04 100644 --- a/ui/src/components/TickerBar.vue +++ b/ui/src/components/TickerBar.vue @@ -1,13 +1,13 @@