aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen <110583491+TheLastBen@users.noreply.github.com>2022-10-10 18:34:07 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-11 12:37:04 +0000
commitb372f5538bee4feba87080af4f3acf1e437accc6 (patch)
tree6bdeb431b7e740cab66ed5e2f71d939ff714e194
parenteacc03b16730bcc5be95cda2d7c966ff1b4a8263 (diff)
downloadstable-diffusion-webui-gfx803-b372f5538bee4feba87080af4f3acf1e437accc6.tar.gz
stable-diffusion-webui-gfx803-b372f5538bee4feba87080af4f3acf1e437accc6.tar.bz2
stable-diffusion-webui-gfx803-b372f5538bee4feba87080af4f3acf1e437accc6.zip
Save some space
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 00a3d07f..38410ca4 100644
--- a/style.css
+++ b/style.css
@@ -2,6 +2,18 @@
max-width: 100%;
}
+#txt2img_token_counter {
+ height: 0px;
+}
+
+#img2img_token_counter {
+ height: 0px;
+}
+
+#negative_prompt {
+ width: 97.9%;
+}
+
.output-html p {margin: 0 0.5em;}
.row > *,