remove pagination

This commit is contained in:
geoffrey45
2021-12-26 16:42:20 +03:00
parent 26ab354a1d
commit c5670e0f5f
19 changed files with 117 additions and 129 deletions
+1 -1
View File
@@ -6,6 +6,7 @@
<input type="search" placeholder="Search albums" />
</div>
</div>
<div class="separator"></div>
<div class="all-albums">
<router-link
:to="{ path: '/albums/1' }"
@@ -125,7 +126,6 @@ export default {
.all-albums {
height: calc(100% - 4rem);
border-top: 1px solid $separator;
padding: $small 0 0 0;
overflow-y: auto;