mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
move loader to search bar
This commit is contained in:
@@ -67,8 +67,6 @@ export default {
|
||||
return (s - (s %= 60)) / 60 + (9 < s ? ":" : ":0") + s;
|
||||
}
|
||||
|
||||
// const duration = ref()
|
||||
|
||||
const { playNext } = playAudio;
|
||||
const { playPrev } = playAudio;
|
||||
const { playPause } = playAudio;
|
||||
@@ -97,7 +95,7 @@ export default {
|
||||
.now-playing {
|
||||
border-radius: 0.5rem;
|
||||
height: 14rem;
|
||||
margin-top: 1rem;
|
||||
margin-top: .5rem;
|
||||
padding: 0.5rem;
|
||||
background: rgb(14, 14, 14);
|
||||
background: linear-gradient(
|
||||
|
||||
@@ -116,7 +116,7 @@ export default {
|
||||
}
|
||||
|
||||
.up-next .v1 {
|
||||
max-height: 20em;
|
||||
max-height: 21em;
|
||||
transition: max-height 0.5s ease;
|
||||
padding: $small;
|
||||
|
||||
@@ -189,7 +189,6 @@ export default {
|
||||
}
|
||||
|
||||
.up-next .all-items .scrollable {
|
||||
height: 20rem;
|
||||
overflow-y: auto;
|
||||
background-color: rgba(2, 6, 14, 0.425);
|
||||
border-radius: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user