responsiveness improvements

+ extract track context menu handler into a composable
This commit is contained in:
geoffrey45
2022-08-13 17:10:48 +03:00
parent a32d8fe66c
commit 1f374eeda1
23 changed files with 274 additions and 249 deletions
+8
View File
@@ -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>