From 5a893faa4356be62ef87f096c945e756f460ef6a Mon Sep 17 00:00:00 2001 From: ArtemB Date: Mon, 20 May 2024 13:27:51 +0300 Subject: [PATCH] 1.0.8 fix view bugs in my_routes, my_subscribe, main --- static/css/mobile_styles.css | 9 ++++++++- templates/blocks/profile/b_buttons_menu_profile.html | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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 %}