From 5f85a1a0f1b1550b07580a0f5d8af657ba94b5e5 Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 19 Jan 2024 17:30:45 +0300 Subject: [PATCH] 0.0.164 --- static/aerbimCSSMOBILE.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 0419c60..6fe0a97 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -155,7 +155,7 @@ height: 41px; } .cut-width.preferens_f_header_1024{ - width: 96%; + width: calc(100% - 40px); height: 41px; } .left_part_header{ @@ -167,9 +167,7 @@ height: 40px; } .right_part_header_mobile{ - width: calc(100% - 290px); - float: right; - position: relative; + width: 77%; display: flex; justify-content: right; align-items: center;