3 Commits

Author SHA1 Message Date
d40eed3c5d 0.0.228 2023-11-18 13:44:36 +03:00
130d601e54 Merge remote-tracking branch 'origin/main' 2023-11-18 13:43:59 +03:00
330a582a26 0.0.227 upd styles(boris).css 2023-11-18 12:36:14 +03:00
3 changed files with 44 additions and 7 deletions

View File

@@ -13,6 +13,15 @@
margin: 20px 16px;
width: 42%;
}
.another_subscribe{
width: 90%;
}
.input_f_profile{
width: calc(90% - 30.4px);
}
#img_msg_by_email{
left: 33%;
}
}
@media (max-width: 1064px){
.header_logo, .header_btn_mover, .header_btn_sender{
@@ -128,6 +137,10 @@
.subscribe_inf_right_part{
width: 38%;
margin-bottom: 20px;
}
.subscribe_inf>.clear_both{
clear: unset;
}
.button_profile_header{
@@ -140,7 +153,7 @@
margin-right: 37px;
}
.line_f_header{
top: 45px;
top: 43px;
}
.registration_button,
@@ -169,7 +182,6 @@
width: 100%;
}
.wrapper_tab_button{
width: 55%;
margin-top: 20px;
}
.benefit_img{
@@ -183,9 +195,7 @@
.button_container{
margin-top: unset;
}
.tab-btn-2{
margin: 0 0 5px 0;
}
button#more_button{
width: 50%;
margin-top: 40px;
@@ -987,6 +997,16 @@
float: none;
width: unset;
}
.f-l>.clear_both{
clear: unset;
}
.f-r>.clear_both{
clear: unset;
}
.block_inf_profile>.clear_both{
clear: unset;
}
.block_inf_profile{
padding-top: 20px;
border-bottom:unset;
@@ -1199,6 +1219,12 @@
flex-direction: column;
justify-content: unset;
}
.dropdown-content{
width: 190px;
top: 27px;
left: -83px;
}
}
@media (max-width: 466px) {
@@ -1231,6 +1257,13 @@
}
@media (max-width: 360px){
.wrapper_tab_button{
width: 55%;
/*margin-top: 20px;*/
}
}

View File

@@ -977,7 +977,7 @@ input.deactive {
margin-top: 7px;
display: inline-block;
position: relative;
left: 34%;
left: 29%;
}
.title_for_msg_by_email{
@@ -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'); });