This commit is contained in:
SBD
2023-11-24 16:08:09 +03:00
parent 239b6a0da1
commit 77de950af8
8 changed files with 438 additions and 314 deletions

View File

@@ -608,16 +608,18 @@
}
.cut_width_f_curtain.n_profile.left{
position: fixed;
min-width: 1280px;
/*min-width: 1280px;*/
}
.cut_width_f_curtain.n_profile.close{
z-index: -1;
}
/*.cut_width_f_curtain.n_profile.close{*/
/* display: none;*/
/* min-width: 1280px;*/
/*}*/
.cut_width_f_curtain.n_profile.open{
z-index: 101;
}
/*.cut_width_f_curtain.n_profile.open{*/
/* display: block;*/
/* min-width: 1280px;*/
/*}*/
.menu_buttons{
@@ -788,6 +790,12 @@
top: 0;
right: 0;
}
.support .menu_buttons.left.open.margin{
margin: 0;
}
.block_overlay.show{
display: block;
}
#customer>a, #mover>a{
left: 5%;
}

View File

@@ -2360,15 +2360,16 @@
.cut_width_f_curtain.n_profile.right{
position: fixed;
min-width: 1280px;
}
.cut_width_f_curtain.n_profile.close{
z-index: -1;
display: none;
min-width: 1280px;
}
.cut_width_f_curtain.n_profile.open{
z-index: 101;
display: block;
min-width: 1280px;
}
@@ -2405,6 +2406,7 @@
max-height: calc(100vh - 125px);
overflow: unset;
left: -19px;
top: 0;
}
.menu_buttons.curtain.left.close.chat .container_block_list_of_users {
position: relative;