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;
+2 -2
View File
@@ -101,7 +101,7 @@ export default {
.info .top {
height: 2.5rem;
background-color: rgb(51, 129, 20);
background-color: $blue;
border-radius: $small;
margin-left: auto;
display: grid;
@@ -126,7 +126,7 @@ export default {
}
&:hover {
background-color: rgb(0, 134, 89);
background-color: rgb(0, 45, 104);
transition: all 0.2s ease-in-out;
.play-icon {