0.0.329
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
.block_overlay{
|
||||
height: 100vh;
|
||||
/*width: 100vw;*/
|
||||
background: rgba(39, 53, 62, 0.7);
|
||||
backdrop-filter: blur(15px);
|
||||
/*background: rgba(39, 53, 62, 0.7);*/
|
||||
backdrop-filter: blur(6px);
|
||||
z-index: 100;
|
||||
/*position: fixed;*/
|
||||
top: 86px;
|
||||
@@ -40,8 +40,8 @@
|
||||
.block_overlay.n_profile{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: rgba(39, 53, 62, 0.7);
|
||||
backdrop-filter: blur(15px);
|
||||
/*background: rgba(39, 53, 62, 0.7);*/
|
||||
backdrop-filter: blur(6px);
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
top: -55px;
|
||||
@@ -2216,11 +2216,12 @@
|
||||
}
|
||||
|
||||
.menu_buttons.right.close{
|
||||
right: -320px;
|
||||
right: 0;
|
||||
transition: 200ms;
|
||||
position: absolute;
|
||||
width: 320px;
|
||||
float: right;
|
||||
/* float: right; */
|
||||
top: -100vh;
|
||||
}
|
||||
|
||||
.menu_buttons.left.close{
|
||||
@@ -2234,9 +2235,10 @@
|
||||
transition: 200ms;
|
||||
position: absolute;
|
||||
display: block;
|
||||
/*padding-top: 10px;*/
|
||||
/* padding-top: 10px; */
|
||||
width: 320px;
|
||||
top: -54px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.menu_buttons.left.open{
|
||||
|
||||
Reference in New Issue
Block a user