Increase gap

This commit is contained in:
marzban-dev
2025-12-25 22:13:04 +03:30
parent 4223461c2b
commit f86c00a9e4
+1 -1
View File
@@ -183,7 +183,7 @@ onMounted(() => {
> >
<div <div
:key="selectedItem" :key="selectedItem"
class="grid grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 p-4 text-back w-full h-fit" class="grid grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 p-4 gap-2 text-back w-full h-fit"
:style="{ :style="{
// gridTemplateRows: 'repeat(5, auto)', // gridTemplateRows: 'repeat(5, auto)',
// justifyContent: 'center', // justifyContent: 'center',