From 92c4177bb621254c0f9d47fd6731cd42eaf760d8 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Thu, 1 May 2025 13:05:34 +1000 Subject: [PATCH] Big run button --- src/components/actionbar/ComfyQueueButton.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/components/actionbar/ComfyQueueButton.vue b/src/components/actionbar/ComfyQueueButton.vue index 3b5b29dfc..986afc7b7 100644 --- a/src/components/actionbar/ComfyQueueButton.vue +++ b/src/components/actionbar/ComfyQueueButton.vue @@ -17,7 +17,6 @@ > @@ -148,4 +147,20 @@ const queuePrompt = async (e: Event) => { border-top-right-radius: 0; border-bottom-right-radius: 0; } +:deep(.p-splitbutton-dropdown), +:deep(.p-splitbutton-button) { + font-family: 'ABCRom' !important; + font-weight: 1000 !important; + font-style: italic !important; + font-size: 1.5rem !important; + padding: 0 0.25rem !important; + margin: 0 !important; + color: #f0ff41 !important; + background-color: #172dd7 !important; + border: 0 !important; + + > .p-button-label { + font-weight: 1000 !important; + } +}