0.0.335
This commit is contained in:
@@ -500,12 +500,12 @@
|
||||
padding: 7px 18px 7px 18px;
|
||||
}
|
||||
.menu_buttons.left .handler_menu{
|
||||
transform: rotate(90deg);
|
||||
transform: rotate(270deg);
|
||||
left: 312px;
|
||||
width: 91px;
|
||||
height: 18px;
|
||||
display: block;
|
||||
position: fixed;
|
||||
left: -48px;
|
||||
text-align: center;
|
||||
top: 39%;
|
||||
border-radius: 10px 10px 0 0;
|
||||
|
||||
@@ -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;*/
|
||||
/*}*/
|
||||
Reference in New Issue
Block a user