From 94bd4a6113f44edb8fd0912503100aa1e11e2b8c Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 23 Jan 2023 16:45:57 -0500 Subject: [PATCH] reconcile --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 0aecfa90c..507acec1b 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,9 @@ margin-right: 0; } +.performance .vram { +} + #txt2img_generate, #img2img_generate { min-height: 4.5em; } @@ -295,6 +298,9 @@ input[type="range"]{ margin-bottom: -0.75em; } +#txt2img_negative_prompt, #img2img_negative_prompt{ +} + /* gradio 3.8 adds opacity to progressbar which makes it blink; disable it here */ .transition.opacity-20 { opacity: 1 !important; @@ -583,7 +589,7 @@ canvas[key="mask"] { /* Extensions */ -#tab_extensions table { +#tab_extensions table``{ border-collapse: collapse; }