From 4388414ac2f964e658b387e8068775fcc924712c Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 17 Dec 2023 08:42:50 +0300 Subject: [PATCH] correct work icons right or left of the curtain --- static/css/mobile_styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 81c6448..f62aa01 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -1942,6 +1942,16 @@ bottom: -2px; position: relative; } + .menu_buttons.left.open { + left: 0; + transition: 200ms; + position: fixed; + float: unset; + padding-top: 10px; + height: 100vh; + max-height: 100vh; + width: calc(100vw - 35px); + } .menu_buttons.left.open.first.filters .btns_f_curtain { transition: 200ms; transform: rotate(270deg);