diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-11 15:48:36 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-11 15:48:36 +0000 |
commit | f194457229e4537912467bc60ac3a873f473a63c (patch) | |
tree | 93e9c445a79bb0f2e88e4058734594f318f1151c /style.css | |
parent | 13008bab90305144591e0b2e233214a8b3415bba (diff) | |
download | stable-diffusion-webui-gfx803-f194457229e4537912467bc60ac3a873f473a63c.tar.gz stable-diffusion-webui-gfx803-f194457229e4537912467bc60ac3a873f473a63c.tar.bz2 stable-diffusion-webui-gfx803-f194457229e4537912467bc60ac3a873f473a63c.zip |
CLIP interrogator
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,6 +5,10 @@ max-width: 13em;
}
+#img2img_interrogate{
+ max-width: 10em;
+}
+
#subseed_show{
min-width: 6em;
max-width: 6em;
@@ -26,7 +30,7 @@ padding-right: 0;
}
-#component-1 div{
+#toprow div{
border: none;
gap: 0;
}
|