fix play from album page

+ setup favorites page
This commit is contained in:
geoffrey45
2022-12-28 12:17:58 +03:00
committed by Mungai Njoroge
parent d250928573
commit 62fb70d26c
10 changed files with 92 additions and 24 deletions
+4
View File
@@ -147,6 +147,10 @@ const queue = useQStore();
.info {
width: 30rem;
@media (max-width: 833px) {
width: 20rem !important;
}
.with-title {
display: grid;
grid-template-columns: max-content 1fr max-content;