diff options
author | yfszzx <yfszzx@gmail.com> | 2022-10-12 13:24:40 +0000 |
---|---|---|
committer | yfszzx <yfszzx@gmail.com> | 2022-10-12 13:24:40 +0000 |
commit | c87c3b9c1169f8a9b632d6d8c8675d98956c387c (patch) | |
tree | eeeb4ff5e05af265686ce3a7916a0df2f30113e4 /style.css | |
parent | 511ca57e37483aac0cf260c89838ad2948509101 (diff) | |
parent | 429442f4a6aab7301efb89d27bef524fe827e81a (diff) | |
download | stable-diffusion-webui-gfx803-c87c3b9c1169f8a9b632d6d8c8675d98956c387c.tar.gz stable-diffusion-webui-gfx803-c87c3b9c1169f8a9b632d6d8c8675d98956c387c.tar.bz2 stable-diffusion-webui-gfx803-c87c3b9c1169f8a9b632d6d8c8675d98956c387c.zip |
test
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -240,6 +240,7 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s #settings fieldset span.text-gray-500, #settings .gr-block.gr-box span.text-gray-500, #settings label.block span{
position: relative;
border: none;
+ margin-right: 8em;
}
.gr-panel div.flex-col div.justify-between label span{
@@ -494,4 +495,14 @@ canvas[key="mask"] { filter: invert();
mix-blend-mode: multiply;
pointer-events: none;
+}
+
+
+/* gradio 3.4.1 stuff for editable scrollbar values */
+.gr-box > div > div > input.gr-text-input{
+ position: absolute;
+ right: 0.5em;
+ top: -0.6em;
+ z-index: 200;
+ width: 8em;
}
\ No newline at end of file |