From 3f4161814d1cb24dd89f96ddcd30d9e41422bcb8 Mon Sep 17 00:00:00 2001 From: Ryan Barlow <7389646+ryanbarlow97@users.noreply.github.com> Date: Thu, 28 May 2026 21:53:58 +0100 Subject: [PATCH] fix padding on preview button --- src/client/components/CosmeticButton.ts | 64 ++++++++++++++----------- 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/src/client/components/CosmeticButton.ts b/src/client/components/CosmeticButton.ts index 16d7888dc..05abbe806 100644 --- a/src/client/components/CosmeticButton.ts +++ b/src/client/components/CosmeticButton.ts @@ -221,39 +221,45 @@ export class CosmeticButton extends LitElement { : undefined} .name=${this.displayName} > - - ${(isPattern || isSkin) && this.onPreview - ? html`` - : nothing} + ${this.renderPreview()} + + + ${(isPattern || isSkin) && this.onPreview + ? html`` + : nothing} + ${isOwnedSubscription ? html`