mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +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
@@ -27,7 +27,7 @@ const q = useQStore();
|
||||
<style lang="scss">
|
||||
.hotkeys {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 2rem);
|
||||
grid-template-columns: 2rem 4rem 2rem;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user