diff --git a/web/style.css b/web/style.css index 6f89766e5a5..44ee6019885 100644 --- a/web/style.css +++ b/web/style.css @@ -444,10 +444,12 @@ dialog::backdrop { } .comfy-toggle-switch label { - padding: 0 4px; - display: block; + padding: 2px 0px 3px 6px; flex: auto; border-radius: 8px; + align-items: center; + display: flex; + justify-content: center; } .comfy-toggle-switch label:first-child {