From fb8007c47f6efdd7f24dbd195bc0556fc5a74937 Mon Sep 17 00:00:00 2001 From: ayaao <58212796+ayaaop@users.noreply.github.com> Date: Thu, 15 Dec 2022 02:18:16 +0600 Subject: [PATCH] OpenVK Modern: Fix appearence of profile bg images (#807) --- themepacks/openvk_modern/stylesheet.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themepacks/openvk_modern/stylesheet.css b/themepacks/openvk_modern/stylesheet.css index 0c11c672..6881a10e 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -234,3 +234,14 @@ input[type=checkbox] { .floating_sidebar,.floating_sidebar.show { display:none } + +#backdrop:before { + content:""; + display:block; + position:fixed; + top:0; + left:0; + height:42px; + width:100%; + background-color:#3c3c3c +}