add pagination for library songs

This commit is contained in:
Kendall Garner 2022-07-01 03:03:10 -04:00
parent b6c4cb33af
commit a2d64b55c1
No known key found for this signature in database
GPG key ID: 18D2767419676C87
6 changed files with 186 additions and 16 deletions

View file

@ -162,6 +162,32 @@
align-self: center;
}
.page-btn {
align-self: center;
height: 32px;
}
.page-btn img {
height: 100%;
align-self: center;
}
.md-ico-first {
content: url('./assets/angles-left.svg');
}
.md-ico-prev {
content: url('./assets/chevron-left.svg');
}
.md-ico-next {
content: url('./assets/chevron-right.svg');
}
.md-ico-last {
content: url('./assets/angles-right.svg');
}
.reload-btn {
background: rgb(86 86 86 / 52%);
border-radius: 100%;