Switched to Pinia, Added Save for Albums

This commit is contained in:
Shiny Nematoda 2022-07-17 08:06:17 +00:00
parent a43b0907e2
commit f303f91108
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
25 changed files with 945 additions and 799 deletions

View file

@ -132,9 +132,9 @@ onMounted(get);
@media (min-width: 1024px) {
.btn-grid {
grid-template-columns: calc(100% / 5) calc(100% / 5) calc(100% / 5) calc(
100% / 5
) calc(100% / 5);
grid-template-columns:
calc(100% / 5) calc(100% / 5) calc(100% / 5) calc(100% / 5)
calc(100% / 5);
}
}
</style>