add search page

This commit is contained in:
geoffrey45
2022-08-28 00:49:46 +03:00
parent b019fa22c4
commit ced30d309e
14 changed files with 119 additions and 74 deletions
+3 -8
View File
@@ -189,7 +189,7 @@ function getTrackList() {
.table {
height: 100%;
overflow-y: hidden;
background-color: $gray5;
background-color: $black;
padding: $small 0;
.header {
@@ -262,7 +262,8 @@ function getTrackList() {
.isSmallArtists {
display: unset !important;
font-size: small;
opacity: 0.7;
color: $white;
opacity: 0.67;
}
}
@@ -275,10 +276,4 @@ function getTrackList() {
display: none !important;
}
}
// .table.isLarge {
// .songlist-item {
// grid-template-columns: 1.5rem 1.5fr 1fr 1fr 2rem 2.5rem;
// }
// }
</style>