From 502d324cd4532a8b05e4b93a678521c3ae8c8ed6 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 17 Jan 2021 19:41:17 +0100 Subject: [PATCH] fix dmr mute overlay --- htdocs/css/openwebrx.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 5ede36a..3195997 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -927,6 +927,7 @@ img.openwebrx-mirror-img display: flex; flex-direction: column; + position: relative; } .openwebrx-meta-slot > * { @@ -944,8 +945,6 @@ img.openwebrx-mirror-img display: block; content: ""; background-image: url("../gfx/openwebrx-mute.png"); - width:100%; - height:133px; background-position: center; background-repeat: no-repeat; cursor: pointer;