dialogs: load only 20 routes at start

This commit is contained in:
muerwre 2018-12-07 10:51:11 +07:00
parent b108b1abc9
commit 09658b8126
4 changed files with 12 additions and 23 deletions

View file

@ -32,7 +32,7 @@
border-radius: @panel_radius;
box-shadow: @dialog_shadow;
&::before {
&::before, &::after {
content: ' ';
height: 40px;
width: 100%;
@ -43,19 +43,13 @@
background: linear-gradient(180deg, rgba(39, 21, 53, 1), rgba(39, 21, 53, 0));
position: absolute;
z-index: 5;
pointer-events: none;
}
&::after {
content: ' ';
height: 40px;
width: 100%;
left: 0;
top: auto;
bottom: 0;
// background: linear-gradient(0deg, rgba(2, 13, 43, 1) 50%, rgba(2,13,43,0));
// background: linear-gradient(0deg, rgba(34, 34, 34, 1) 50%, rgba(34, 34, 34, 0));
background: linear-gradient(0deg, rgba(39, 21, 53, 1), rgba(39, 21, 53, 0));
position: absolute;
z-index: 5;
}
}