mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix app grid layout issues
+ fully move now playing to bottom bar + add hover state to playlist card + handle playing tracks from queue page
This commit is contained in:
committed by
Mungai Njoroge
parent
0dbc45e20b
commit
20151afcf5
@@ -38,7 +38,7 @@ const props = defineProps<{
|
||||
|
||||
&:hover {
|
||||
transition: all .25s ease;
|
||||
background-color: $darkestblue;
|
||||
background-color: $gray3;
|
||||
background-blend-mode: screen;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user