Fix gap property - use rem value instead of Tailwind class

This commit is contained in:
filtered
2025-09-14 00:36:40 +10:00
parent 47012b348b
commit bbc2e27498

View File

@@ -29,7 +29,7 @@ const message = computed(() => (route.query.message as string) || '')
width: 100%;
height: 100%;
background: #2d2d2d;
gap: 24px;
gap: 1.5rem; /* 24px - equivalent to gap-6 */
}
.dialog-title {