remove large playist art

This commit is contained in:
geoffrey45
2021-12-06 23:20:12 +03:00
parent fdcf92ec79
commit d060a4c927
4 changed files with 16 additions and 42 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

+2 -2
View File
@@ -90,12 +90,12 @@ export default {
height: 3rem; height: 3rem;
margin-right: 1rem; margin-right: 1rem;
background-color: #ccc; background-color: #ccc;
background-image: url(../../assets/images/Jim_Reeves.png); background-image: url(../../assets/images/weed.jpg);
} }
.folder .table .flex { .folder .table .flex {
position: relative; position: relative;
align-itrems: center; align-items: center;
} }
.folder .table .flex > div > span { .folder .table .flex > div > span {
+2 -4
View File
@@ -22,14 +22,13 @@
<div class="item first image"></div> <div class="item first image"></div>
</div> </div>
</div> </div>
<div class="banner rounded"></div>
</div> </div>
</template> </template>
<style lang="scss"> <style lang="scss">
.p-header { .p-header {
display: grid; display: grid;
grid-template-columns: 1fr .75fr; grid-template-columns: 1fr;
height: 15rem; height: 15rem;
margin-bottom: 1em; margin-bottom: 1em;
background: rgb(42, 46, 54); background: rgb(42, 46, 54);
@@ -42,7 +41,6 @@
.p-header .info { .p-header .info {
background-color: rgb(1, 5, 17); background-color: rgb(1, 5, 17);
padding: 0.5rem; padding: 0.5rem;
margin: 0.5rem 0 0.5rem 0.5rem;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
@@ -54,7 +52,7 @@
overflow: hidden; overflow: hidden;
font-size: 2rem; font-size: 2rem;
font-weight: bold; font-weight: bold;
margin: 0; margin: 0.2em 0 .5em 0;
} }
.p-header .info .text { .p-header .info .text {
+12 -36
View File
@@ -1,51 +1,27 @@
const songs = [{ const songs = [{
title: "Loved by the best and if you don't fkn fsfsd", title: "Because I got high",
album: "Love songs", album: "The best of",
artists: ["Don Williams,", "Kenny Rogers"], artists: ["Weedman, ", "Bobby Brown"],
duration: "03:14", duration: "03:14",
}, },
{ {
title: "Loved by the best", title: "Is this love",
album: "Love songs", album: "Natural Mystic",
artists: ["Don Williams"], artists: ["Bob Marley"],
duration: "03:14", duration: "03:14",
}, },
{ {
title: "Loved by the best", title: "I'm a little teapot",
album: "Love songs", album: "Love songs",
artists: ["Don Williams"], artists: ["Ricky Martin"],
duration: "03:14", duration: "03:14",
}, },
{ {
title: "Loved by the best", title: "Don't stop me now",
album: "Love songs", album: "Remastered 2011",
artists: ["Don Williams"], artists: ["Queen"],
duration: "03:14", 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 { export default {