From ec3eda60e0cebeeea1e8dee554aa2c17bbb187f5 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 14 Nov 2025 18:46:23 +0800 Subject: [PATCH] docs: Fix button gap. (#1608) --- docs/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.vue b/docs/index.vue index 41600955..7887ddd0 100644 --- a/docs/index.vue +++ b/docs/index.vue @@ -122,7 +122,7 @@ import { @apply text-lg xl:text-2xl text-(--muted-foreground); } .actions { - @apply flex justify-center text-sm; + @apply gap-4 flex justify-center text-sm; a { @apply flex items-center h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5 no-underline bg-(--secondary) hover:bg-(--secondary)/70 text-(--secondary-foreground);