Removed lazyload completely, and updated embedding

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-17 16:31:26 +01:00
parent 8c218d1086
commit b44ef845db
6 changed files with 28 additions and 7 deletions

View File

@@ -15,7 +15,18 @@
height: calc(100vh - 32px);
}
#pageButtons, #pageButtons a{
color:white !important;
}
.prev_page, .next_page{
cursor: pointer;
}
.prev_page_hide, .next_page_hide{
visibility: visible !important;
color:gray;
}
#list-song-html {
display:none;