Fix appstore view layout

This commit is contained in:
Johannes Zellner
2025-09-19 18:55:43 +02:00
parent 1d49af144c
commit 5d1c6d35f7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -248,6 +248,7 @@ onUnmounted(() => {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: space-around;
}
</style>