From ea567008c670560551f5032d8afbf384db95d0dc Mon Sep 17 00:00:00 2001 From: SBD Date: Sat, 18 Nov 2023 21:55:28 +0300 Subject: [PATCH] 0.8.366 --- static/css/styles(boris).css | 2 +- static/js/global_js.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 5f1f632..568e3e4 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1116,7 +1116,7 @@ overflow-y: auto; } .block_w_paging.routes{ - width: 68%; + width: 73%; float: right; } diff --git a/static/js/global_js.js b/static/js/global_js.js index 080a970..2606013 100644 --- a/static/js/global_js.js +++ b/static/js/global_js.js @@ -78,7 +78,7 @@ function scroll_ev (event,el){ let user_type = getInfoAboutUser() let ch = el.scrollY let top = 293 - ch + 20 - if (user_type !== 'mobile'){ + if (user_type !== 'mobile' || user_type !== 'laptop'){ if (el.scrollY === 300){ curtain.style.top = `${top}px` } else if (el.scrollY < 300) {