mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
some bug fixes
- watch route params instead of route object in folderview - move to script setup on album view - use album as a reactive object instead of refs - use axios instead of fetch to get album data - improve clickable areas on songItem - move album requests to POST
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.b-bar {
|
||||
height: 100%;
|
||||
border-top: solid 1px $gray;
|
||||
background-color: $gray;
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
.artists {
|
||||
font-size: 0.8rem;
|
||||
color: $red;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -48,7 +48,6 @@
|
||||
align-items: center;
|
||||
margin: $small;
|
||||
padding: $small;
|
||||
background-color: $gray5;
|
||||
|
||||
.progress-bottom {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user