From 343acabff2424adfe64ae5f1e88b57585943b9a1 Mon Sep 17 00:00:00 2001 From: ayaao <58212796+ayaaop@users.noreply.github.com> Date: Sun, 4 Sep 2022 02:08:47 +0600 Subject: [PATCH] OpenVK Modern: Hide floating sidebar (#706) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Он нам и нафиг не нужон сидебар ваш))))))))))))))))))))))) --- themepacks/openvk_modern/stylesheet.css | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/themepacks/openvk_modern/stylesheet.css b/themepacks/openvk_modern/stylesheet.css index 590710e4..0c11c672 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -223,7 +223,7 @@ input[type=checkbox] { } .ovk-diag-action { - border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } @@ -231,20 +231,6 @@ input[type=checkbox] { border-bottom: none; } -.floating_sidebar { - position: fixed; - top: 50px; - right: 0; - align-items: start; - width: 21%; -} -.minilink .counter { - background-color: #2B587A; - margin: 0; - padding: 0.5px 2px; - left: 10px; - font-size: 7px; - color: #fff; - position: absolute; - margin-top: -6px; +.floating_sidebar,.floating_sidebar.show { + display:none }