diff options
author | Ben <110583491+TheLastBen@users.noreply.github.com> | 2022-10-10 18:34:07 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-11 12:37:04 +0000 |
commit | b372f5538bee4feba87080af4f3acf1e437accc6 (patch) | |
tree | 6bdeb431b7e740cab66ed5e2f71d939ff714e194 | |
parent | eacc03b16730bcc5be95cda2d7c966ff1b4a8263 (diff) | |
download | stable-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.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 > *,
|