mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
responsiveness improvements
+ extract track context menu handler into a composable
This commit is contained in:
@@ -27,6 +27,14 @@ const pStore = usePStore();
|
||||
.grid {
|
||||
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
|
||||
gap: 1rem;
|
||||
|
||||
@include for-desktop-down {
|
||||
grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
|
||||
|
||||
.name {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user