mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
✨✨
This commit is contained in:
parent
92d0a1474b
commit
872badbc65
@ -38,7 +38,7 @@ export default {
|
|||||||
PinnedStuff,
|
PinnedStuff,
|
||||||
},
|
},
|
||||||
setup() {
|
setup() {
|
||||||
const collapsed = ref(true);
|
const collapsed = ref(false);
|
||||||
|
|
||||||
const logo = ref(null);
|
const logo = ref(null);
|
||||||
|
|
||||||
|
@ -7,13 +7,14 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
background: #0d0e0e;
|
background: #0d0e0e;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
font-family: 'Helvetica Neue', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
/* #app {
|
||||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
} */
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -32,17 +32,17 @@ export default {};
|
|||||||
|
|
||||||
.folder-top .fsearch {
|
.folder-top .fsearch {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
display: flex;
|
margin-right: 1em;
|
||||||
justify-content: flex-end;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-top .fsearch div {
|
.folder-top .fsearch div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-top .fsearch input {
|
.folder-top .fsearch input {
|
||||||
width: 100%;
|
width: 30em;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 2em;
|
border-radius: 2em;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
@ -52,13 +52,13 @@ export default {};
|
|||||||
line-height: 3em;
|
line-height: 3em;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-top .fsearch input::-webkit-search-cancel-button {
|
.folder-top .fsearch input::-webkit-search-cancel-button {
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border: solid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-top .fsearch input:focus {
|
.folder-top .fsearch input:focus {
|
||||||
|
@ -28,58 +28,8 @@ const songs = [
|
|||||||
album: "Love songs",
|
album: "Love songs",
|
||||||
artists: ["Don Williams"],
|
artists: ["Don Williams"],
|
||||||
duration: "03:14",
|
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",
|
|
||||||
}, {
|
|
||||||
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",
|
|
||||||
}, {
|
|
||||||
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",
|
|
||||||
}, {
|
|
||||||
title: "Loved by the best",
|
title: "Loved by the best",
|
||||||
album: "Love songs",
|
album: "Love songs",
|
||||||
artists: ["Don Williams,", "Kenny Rogers"],
|
artists: ["Don Williams,", "Kenny Rogers"],
|
||||||
|
@ -33,7 +33,7 @@ export default {
|
|||||||
#f-view-parent {
|
#f-view-parent {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(41, 37, 37, 0.301);
|
background-color: #131313b2;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
padding-top: 5em;
|
padding-top: 5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user