rebuild search route with custom pages for tracks, album, and artists

This commit is contained in:
geoffrey45
2022-10-01 01:30:14 +03:00
committed by Mungai Njoroge
parent 264406aef4
commit 8e258eaf24
20 changed files with 240 additions and 60 deletions
+6 -6
View File
@@ -86,17 +86,17 @@ button {
}
}
.btn-active {
background-image: linear-gradient($darkestblue, $darkblue);
}
.btn-disabled {
pointer-events: none;
opacity: 0.5;
}
.btn-more {
width: 2.5rem;
svg {
transform: scale(1.25);
}
}
.separator {
@@ -139,4 +139,4 @@ button {
#tooltip[data-popper-reference-hidden] {
visibility: hidden !important;
pointer-events: none;
}
}