mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
remove large playist art
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
@@ -90,12 +90,12 @@ export default {
|
||||
height: 3rem;
|
||||
margin-right: 1rem;
|
||||
background-color: #ccc;
|
||||
background-image: url(../../assets/images/Jim_Reeves.png);
|
||||
background-image: url(../../assets/images/weed.jpg);
|
||||
}
|
||||
|
||||
.folder .table .flex {
|
||||
position: relative;
|
||||
align-itrems: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.folder .table .flex > div > span {
|
||||
|
||||
@@ -22,14 +22,13 @@
|
||||
<div class="item first image"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="banner rounded"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.p-header {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr .75fr;
|
||||
grid-template-columns: 1fr;
|
||||
height: 15rem;
|
||||
margin-bottom: 1em;
|
||||
background: rgb(42, 46, 54);
|
||||
@@ -42,7 +41,6 @@
|
||||
.p-header .info {
|
||||
background-color: rgb(1, 5, 17);
|
||||
padding: 0.5rem;
|
||||
margin: 0.5rem 0 0.5rem 0.5rem;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -54,7 +52,7 @@
|
||||
overflow: hidden;
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
margin: 0.2em 0 .5em 0;
|
||||
}
|
||||
|
||||
.p-header .info .text {
|
||||
|
||||
+12
-36
@@ -1,51 +1,27 @@
|
||||
const songs = [{
|
||||
title: "Loved by the best and if you don't fkn fsfsd",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams,", "Kenny Rogers"],
|
||||
title: "Because I got high",
|
||||
album: "The best of",
|
||||
artists: ["Weedman, ", "Bobby Brown"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
title: "Is this love",
|
||||
album: "Natural Mystic",
|
||||
artists: ["Bob Marley"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
title: "I'm a little teapot",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
artists: ["Ricky Martin"],
|
||||
duration: "03:14",
|
||||
},
|
||||
{
|
||||
title: "Loved by the best",
|
||||
album: "Love songs",
|
||||
artists: ["Don Williams"],
|
||||
title: "Don't stop me now",
|
||||
album: "Remastered 2011",
|
||||
artists: ["Queen"],
|
||||
duration: "03:14",
|
||||
},
|
||||
// {
|
||||
// title: "Loved by the best",
|
||||
// album: "Love songs",
|
||||
// artists: ["Don Williams"],
|
||||
// duration: "03:14",
|
||||
// },
|
||||
// {
|
||||
// title: "Loved by the best",
|
||||
// album: "Love songs",
|
||||
// artists: ["Don Williams,", "Kenny Rogers"],
|
||||
// duration: "03:14",
|
||||
// },
|
||||
// {
|
||||
// title: "Loved by the best",
|
||||
// album: "Love songs",
|
||||
// artists: ["Don Williams"],
|
||||
// duration: "03:14",
|
||||
// },
|
||||
// {
|
||||
// title: "Loved by the best",
|
||||
// album: "Love songs",
|
||||
// artists: ["Don Williams"],
|
||||
// duration: "03:14",
|
||||
// },
|
||||
}
|
||||
];
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user