aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authoryfszzx <yfszzx@gmail.com>2022-10-12 20:48:03 +0800
committeryfszzx <yfszzx@gmail.com>2022-10-12 20:48:03 +0800
commit511ca57e37483aac0cf260c89838ad2948509101 (patch)
tree8d6fb6ccd0cfc470460c68cf8d054bfc98dbdb34 /style.css
parente05573e1adc1cde1e3bd7eb651a1ab27c446b3d5 (diff)
parenta36dea9596c8880609401ce4fa7ab83cf70a9b2b (diff)
downloadstable-diffusion-webui-gfx803-511ca57e37483aac0cf260c89838ad2948509101.tar.gz
Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/style.css b/style.css
index fa03863e..e53b8446 100644
--- a/style.css
+++ b/style.css
@@ -2,6 +2,27 @@
max-width: 100%;
}
+#txt2img_token_counter {
+ height: 0px;
+}
+
+#img2img_token_counter {
+ height: 0px;
+}
+
+#sh{
+ min-width: 2em;
+ min-height: 2em;
+ max-width: 2em;
+ max-height: 2em;
+ flex-grow: 0;
+ padding-left: 0.25em;
+ padding-right: 0.25em;
+ margin: 0.1em 0;
+ opacity: 0%;
+ cursor: default;
+}
+
.output-html p {margin: 0 0.5em;}
.row > *,