diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 2f2dd5a..b7eeccb 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -1232,6 +1232,7 @@ .name_carrier{ font-size: 14px; + position: unset; } @@ -1645,12 +1646,13 @@ .toggle_switch_cont{ margin-top: 6px; - width: 12%; + width: unset; } + } @media (max-width: 800px) { @@ -1915,6 +1917,11 @@ margin-bottom: unset; } + .name_carrier{ + position: relative; + + } + .splitter-from-to-country{ diff --git a/templates/blocks/profile/b_buttons_menu_profile.html b/templates/blocks/profile/b_buttons_menu_profile.html index dc2e486..560c3af 100644 --- a/templates/blocks/profile/b_buttons_menu_profile.html +++ b/templates/blocks/profile/b_buttons_menu_profile.html @@ -13,7 +13,7 @@ {%trans "Выход" as t_logout %}