From e87cb2deacd79725c2eaa727e429f2af3df18215 Mon Sep 17 00:00:00 2001 From: ayaao <58212796+ayaaop@users.noreply.github.com> Date: Sun, 21 Aug 2022 22:33:13 +0600 Subject: [PATCH] OpenVK Modern: fix fastmenu (#651) --- themepacks/openvk_modern/stylesheet.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/themepacks/openvk_modern/stylesheet.css b/themepacks/openvk_modern/stylesheet.css index d19da3b5..590710e4 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -230,3 +230,21 @@ input[type=checkbox] { #votesBalance { 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; +}