diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 5b74a0b..9ef2d4c 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -596,6 +596,7 @@ section.register>form{ display: block; width: unset; + margin-right: 10px; } .inputs{ @@ -1970,7 +1971,7 @@ .container_inp_w_abr { - width: 99%; + width: 100%; } .another_subscribe{ @@ -1984,6 +1985,10 @@ @media (max-width: 440px){ + .card_title_3{ + margin: 20px 5px 0 20px; + } + .f-r{ text-align: left; } diff --git a/static/js/user_profile.js b/static/js/user_profile.js index e7a40be..ad0e473 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -580,6 +580,8 @@ function sendRoute(el, routeID = null){ + + // document.querySelector(".tab_user_messanger.select").scrollIntoView({behavior: "smooth",block:'nearest',inline:'nearest'}); @@ -795,6 +797,11 @@ function editRoute(id) { if(data.html){ let changeTextButton = document.getElementById('registration') changeTextButton.innerText = 'Сохранить изменения' + window.scrollTo({ + top: 0, + left: 0, + behavior: "smooth" + }); } init_departure_DT()