mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-03 12:10:44 +00:00
split settings into three columns
added a different workaround for gradio mask bug with info in UI switched to newer gradio version
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user