mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix play from album page
+ setup favorites page
This commit is contained in:
committed by
Mungai Njoroge
parent
d250928573
commit
62fb70d26c
@@ -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;
|
||||
|
||||
@@ -33,6 +33,7 @@ import PlaylistSvg from "../../assets/icons/playlist-1.svg";
|
||||
import QueueSvg from "../../assets/icons/queue.svg";
|
||||
import SearchSvg from "../../assets/icons/search.svg";
|
||||
import SettingsSvg from "../../assets/icons/settings.svg";
|
||||
import HeartSvg from "../../assets/icons/heart.svg";
|
||||
|
||||
const menus = [
|
||||
{
|
||||
@@ -50,6 +51,11 @@ const menus = [
|
||||
{
|
||||
separator: true,
|
||||
},
|
||||
{
|
||||
name: "favorites",
|
||||
route_name: Routes.favorites,
|
||||
icon: HeartSvg,
|
||||
},
|
||||
{
|
||||
name: "queue",
|
||||
route_name: Routes.queue,
|
||||
|
||||
@@ -102,7 +102,7 @@ onUpdated(() => {
|
||||
content: "∕";
|
||||
font-size: small;
|
||||
margin-right: $smaller;
|
||||
color: $gray;
|
||||
color: $gray2;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user