0.8.358
This commit is contained in:
@@ -540,6 +540,9 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
}
|
}
|
||||||
|
.menu_buttons.left.open.filters{
|
||||||
|
max-height: 91vh;
|
||||||
|
}
|
||||||
.block_w_paging.routes {
|
.block_w_paging.routes {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: right;
|
float: right;
|
||||||
|
|||||||
@@ -51,6 +51,16 @@
|
|||||||
top: -55px;
|
top: -55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.block_overlay.routes{
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
/*background: rgba(39, 53, 62, 0.7);*/
|
||||||
|
backdrop-filter: blur(6px);
|
||||||
|
z-index: 100;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.block_overlay.n_profile.show{
|
.block_overlay.n_profile.show{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user