This commit is contained in:
2023-11-18 13:44:36 +03:00
parent 130d601e54
commit d40eed3c5d
3 changed files with 20 additions and 6 deletions

View File

@@ -153,7 +153,7 @@
margin-right: 37px;
}
.line_f_header{
top: 45px;
top: 43px;
}
.registration_button,
@@ -182,7 +182,6 @@
width: 100%;
}
.wrapper_tab_button{
width: 55%;
margin-top: 20px;
}
.benefit_img{
@@ -196,9 +195,7 @@
.button_container{
margin-top: unset;
}
.tab-btn-2{
margin: 0 0 5px 0;
}
button#more_button{
width: 50%;
margin-top: 40px;
@@ -1222,6 +1219,12 @@
flex-direction: column;
justify-content: unset;
}
.dropdown-content{
width: 190px;
top: 27px;
left: -83px;
}
}
@media (max-width: 466px) {
@@ -1254,6 +1257,13 @@
}
@media (max-width: 360px){
.wrapper_tab_button{
width: 55%;
/*margin-top: 20px;*/
}
}

View File

@@ -1107,7 +1107,7 @@ section.login>form>div>div:nth-child(5)>a {
section.profile {
/*padding: 60px 0;*/
margin-bottom: 120px;
width: 75%;
width: 74%;
float: left;
}
@@ -1343,6 +1343,7 @@ h2.title_new_route{
.errorlist>li{
color:red;
margin-left: 12px;
font-size: 14px;
}
span.errorlist{
color: red;

View File

@@ -509,6 +509,9 @@ function sendRoute(el, routeID = null){
// location.href = '/profile'
document.querySelector(".info_profile").innerHTML = data.html
// document.querySelector(".tab_user_messanger.select").scrollIntoView({behavior: "smooth",block:'nearest',inline:'nearest'});
let list_div = document.querySelectorAll('.menu_profile div');
let my_routes = document.getElementById("my_routes_id")
list_div.forEach(el=>{ el.classList.remove('selected'); });