diff options
author | yfszzx <yfszzx@gmail.com> | 2022-10-12 20:48:03 +0800 |
---|---|---|
committer | yfszzx <yfszzx@gmail.com> | 2022-10-12 20:48:03 +0800 |
commit | 511ca57e37483aac0cf260c89838ad2948509101 (patch) | |
tree | 8d6fb6ccd0cfc470460c68cf8d054bfc98dbdb34 /style.css | |
parent | e05573e1adc1cde1e3bd7eb651a1ab27c446b3d5 (diff) | |
parent | a36dea9596c8880609401ce4fa7ab83cf70a9b2b (diff) | |
download | stable-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.css | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 > *,
|