1.0.8 fix view bugs in my_routes, my_subscribe, main
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
{%trans "Выход" as t_logout %}
|
||||
|
||||
<div class="menu_profile {% if not page_type == 'profile' %}background{% endif %}">
|
||||
{% if user_subscribe %}<div class="subscribe_type_txt"><span class="f-l">{% trans "Подписка" %}:</span> <span class="f-r">{{ user_subscribe.subscribe.name }}</span><div class="clear_both"></div></div>{% endif %}
|
||||
<div class="subscribe_type_txt"> {% if user_subscribe %}<span class="f-l">{% trans "Подписка" %}:</span> <span class="f-r">{{ user_subscribe.subscribe.name }}</span>{% endif %}<div class="clear_both"></div></div>
|
||||
|
||||
{% with sel_page_name='create_route_for_mover' sel_page_name='dashboard' ajax_url="dashboard" title=t_prof img_path="/static/img/svg/User.svg"%}
|
||||
{% include "widgets/profile/w_button_for_profile_menu.html" %}
|
||||
|
||||
Reference in New Issue
Block a user