diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-10 08:10:00 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-10 08:10:00 +0000 |
commit | 955f644ce14f98ed7dd3bd331e57070112ff68ff (patch) | |
tree | a7e339618d95e5fadff004cedd0f3a791e6dc05b /style.css | |
parent | 695c05fb30dad4ad38ed15184925dbe0f96224a4 (diff) | |
download | stable-diffusion-webui-gfx803-955f644ce14f98ed7dd3bd331e57070112ff68ff.tar.gz stable-diffusion-webui-gfx803-955f644ce14f98ed7dd3bd331e57070112ff68ff.tar.bz2 stable-diffusion-webui-gfx803-955f644ce14f98ed7dd3bd331e57070112ff68ff.zip |
split settings into three columns
added a different workaround for gradio mask bug with info in UI
switched to newer gradio version
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -93,6 +93,10 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s border-right: 1px solid rgb(55 65 81);
}
+#settings fieldset span.text-gray-500, #settings .gr-block.gr-box span.text-gray-500, #settings label.block span{
+ position: relative;
+ border: none;
+}
.gr-panel div.flex-col div.justify-between label span{
margin: 0;
@@ -114,6 +118,11 @@ input[type="range"]{ padding-right: 0.6em;
}
+#mask_bug_info {
+ text-align: center;
+ display: block;
+ margin-bottom: 0.5em;
+}
.progressDiv{
|