From c0ae3c7354eda80050d3d4a3acb7e2c14e97c005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 16 Jan 2021 22:22:02 +0100 Subject: [PATCH] fix loading line centering --- app/src/components/SVGContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/SVGContent.vue b/app/src/components/SVGContent.vue index 0ef5f68..c76d22f 100644 --- a/app/src/components/SVGContent.vue +++ b/app/src/components/SVGContent.vue @@ -469,7 +469,7 @@ function processStart(svg: XMLDocument): SVGRectElement | null { .loading-bar { height: 6px; background: white; - margin: 25% auto; + margin: calc(50vh - 3px) auto; transition: width 0.2s; }