fix(stage-web): max width

This commit is contained in:
Neko Ayaka
2025-03-15 15:52:41 +08:00
parent 712252b199
commit ddd681e813
3 changed files with 3 additions and 3 deletions
@@ -23,7 +23,7 @@ const { allProvidersMetadata } = storeToRefs(providersStore)
</div>
</h1>
</div>
<div grid="~ cols-2 gap-2">
<div grid="~ cols-2 gap-4">
<IconStatusItem
v-for="provider in allProvidersMetadata"
:key="provider.id"