From 2c146b810b02e59f845ee1bc1b3c3c48f144cb43 Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Mon, 29 May 2023 17:14:43 -0500 Subject: [PATCH] Fix litegraph dialog font family --- web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index 113fde3c8..ccde802e1 100644 --- a/web/style.css +++ b/web/style.css @@ -359,10 +359,10 @@ button.comfy-queue-btn { .litegraph .dialog { z-index: 1; + font-family: Arial; } .litegraph .dialog.multiimageupload_dialog { - font-family: Arial; display: inline-block; text-align: right; color: #AAA;