From d4b993b16d90e4928d5f3774efef35cc124d9b64 Mon Sep 17 00:00:00 2001 From: DrJKL Date: Wed, 26 Nov 2025 17:16:56 -0800 Subject: [PATCH] style: Fix card padding --- src/platform/assets/components/AssetCard.vue | 65 ++++++++++---------- 1 file changed, 31 insertions(+), 34 deletions(-) diff --git a/src/platform/assets/components/AssetCard.vue b/src/platform/assets/components/AssetCard.vue index 0ce1d9275..c974dd643 100644 --- a/src/platform/assets/components/AssetCard.vue +++ b/src/platform/assets/components/AssetCard.vue @@ -7,7 +7,7 @@ tabindex="1" :class=" cn( - 'rounded-2xl overflow-hidden transition-all duration-200 bg-modal-card-background p-2', + 'rounded-2xl overflow-hidden transition-all duration-200 bg-modal-card-background p-2 gap-2 flex flex-col', interactive && 'group appearance-none bg-transparent m-0 outline-none text-left hover:bg-secondary-background focus:bg-secondary-background border-none focus:outline-solid outline-base-foreground outline-4' ) @@ -63,39 +63,36 @@ -
-
-

- -

-

- {{ asset.description }} -

-
+
+

+ +

+

+ {{ asset.description }} +