rewrite queue page to use songlist

+ add nav components to queue page
+ revert tooltip to undo handling updates - I can't find
a viable solution to the updates problem
This commit is contained in:
geoffrey45
2022-09-06 18:53:26 +03:00
parent d114aa48cd
commit 6e46750270
11 changed files with 206 additions and 100 deletions
+1
View File
@@ -67,6 +67,7 @@ button {
justify-content: center;
height: 2.25rem;
background: linear-gradient(70deg, $gray3, $gray2);
padding: 0 $small;
&:hover {
background-image: linear-gradient(70deg, $darkestblue, $darkblue);