Added 'pagination' emulation. Hopefully this will fix some of the major lag caused by the bigger lists

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-17 15:54:48 +01:00
parent 31d6da3c85
commit 90f8a8f1a6
5 changed files with 148 additions and 29 deletions

View File

@@ -16,6 +16,15 @@
border:none !important;
}
#pageButtons, #pageButtons a{
color:white !important;
}
.prev_page_hide, .next_page_hide{
visibility: visible !important;
color:gray;
}
.settings_embed:focus{
border:none !important;
box-shadow: none !important;
@@ -1206,7 +1215,7 @@ nav ul li:hover, nav ul li.active {
#add-many i{ line-height: 36px !important;}
#results{
background-color: rgba(0,0,0,0.8);
margin-top: 0px;
margin-top: -27px;
max-height: calc(100vh - 64px);
overflow: overlay;
overflow-x: hidden;
@@ -1245,7 +1254,7 @@ nav ul li:hover, nav ul li.active {
}
.tabs_height{
height:calc(100vh - 48px - 64px) !important;
height:calc(100vh - 48px - 64px - 22px) !important;
overflow:auto;
}
@@ -1348,7 +1357,7 @@ nav ul li:hover, nav ul li.active {
}
#bottom-button{
bottom: 0px;
bottom: 22px;
}