From 28b1abfa405851f47239fe2e6a98b6e9cbd5a61a Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 15 Feb 2021 17:33:47 +0100 Subject: [PATCH] fix missing unit --- htdocs/css/openwebrx.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 64e4a31..584762c 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -573,7 +573,7 @@ img.openwebrx-mirror-img .openwebrx-progressbar-text { position: absolute; - left:50; + left:50%; top:50%; transform: translate(-50%, -50%); white-space: nowrap;