This commit is contained in:
2023-11-07 12:54:23 +03:00
parent 0a00e950b6
commit 264c5ae372
5 changed files with 33 additions and 14 deletions

View File

@@ -2237,7 +2237,7 @@
position: absolute;
width: 320px;
/* float: right; */
top: -9999999999vh;
top: -199vh;
}
.menu_buttons.left.close{
@@ -2305,7 +2305,7 @@
transform: rotate(90deg);
width: 91px;
height: 18px;
display: block;
/*display: block;*/
position: fixed;
left: -48px;
text-align: center;
@@ -2377,6 +2377,22 @@
line-height: 13px;
}
/*left panel of users*/
.menu_buttons.left.close .container_block_list_of_users{
position: relative;
left: -320px;
/*transition: 200ms;*/
}
.menu_buttons.left.open .container_block_list_of_users{
position: relative;
left: 0;
transition: 200ms;
}
/*.subscribe_type_txt .f-r{*/
/* color: #FF613A;*/
/*}*/