Replaced show-more button by infinite scrolling. fixes #83

This commit is contained in:
emeric
2020-07-24 14:32:26 +02:00
parent 7de423298e
commit 36ccd62a84
20 changed files with 124 additions and 51 deletions
+5 -5
View File
@@ -259,6 +259,11 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
justify-content: center;
}
.Lms-loading-indicator {
margin-top: 8px;
margin-bottom: 8px;
}
.Lms-navbar-search {
max-width: 175px;
padding-top: 7.5px;
@@ -478,9 +483,4 @@ a.Lms-releasename:hover, a.Lms-releasename:focus {
padding-bottom: 100%;
}
.Lms-show-more {
margin-top: 8px;
margin-bottom: 8px;
}