From 3ac85784a9476860325c839fd79d6fbbfac26d1f Mon Sep 17 00:00:00 2001 From: ArtemB Date: Tue, 5 Dec 2023 13:48:41 +0300 Subject: [PATCH] 0.0.310 --- static/css/mobile_styles.css | 4 ++-- static/js/user_profile.js | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index fc77120..02247c7 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -18,7 +18,7 @@ @media (max-width: 1199px){ .dropbtn{ - margin-right: 20px; + margin-right: unset; } .header_logo, .header_btn_mover{ margin-right: 20px; @@ -284,7 +284,7 @@ .button_profile_header_mobile{ display: inline-block ; } - .header-first>div { + .header_logo_mobile { margin-right: 37px; } .line_f_header{ diff --git a/static/js/user_profile.js b/static/js/user_profile.js index e286ca6..f534219 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -412,6 +412,8 @@ function onblurInputField(event,el){ } function clearID(el) { + + el.select(); if(el.id === 'id_from_address_point_txt'){