From 8c2f081cb08b06a16ac6c0147e04cd22ef27211a Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 6 Oct 2019 14:22:49 +0200 Subject: [PATCH] scale the background for large monitors --- htdocs/css/openwebrx.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index f58dcd8..833f340 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -251,6 +251,7 @@ input[type=range]:focus::-ms-fill-upper background-image: url('../gfx/openwebrx-background-cool-blue.png'); background-repeat: no-repeat; background-color: #1e5f7f; + background-size: cover; cursor: crosshair; }