diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-01 11:27:53 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-01 11:27:53 +0000 |
commit | fe8a10d428bcc6be9cc8efb9772eca9e40f98dc8 (patch) | |
tree | d1e0ff50e327c3c59230b39907284c20ffbf0fe3 /style.css | |
parent | 22bcc7be428c94e9408f589966c2040187245d81 (diff) | |
parent | 6fbd85dd0c0dffc06560bff91f4c4b65e441ca5f (diff) | |
download | stable-diffusion-webui-gfx803-fe8a10d428bcc6be9cc8efb9772eca9e40f98dc8.tar.gz stable-diffusion-webui-gfx803-fe8a10d428bcc6be9cc8efb9772eca9e40f98dc8.tar.bz2 stable-diffusion-webui-gfx803-fe8a10d428bcc6be9cc8efb9772eca9e40f98dc8.zip |
Merge branch 'release_candidate'
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -293,7 +293,12 @@ button.custom-button{ margin-left: -0.75em
}
-#txtimg_hr_finalres .resolution{
+#img2img_scale_resolution_preview.block{
+ display: flex;
+ align-items: end;
+}
+
+#txtimg_hr_finalres .resolution, #img2img_scale_resolution_preview .resolution{
font-weight: bold;
}
@@ -312,6 +317,10 @@ div.dimensions-tools{ align-content: center;
}
+div#extras_scale_to_tab div.form{
+ flex-direction: row;
+}
+
#mode_img2img .gradio-image > div.fixed-height, #mode_img2img .gradio-image > div.fixed-height img{
height: 480px !important;
max-height: 480px !important;
@@ -333,6 +342,18 @@ div.dimensions-tools{ overflow-wrap: break-word;
}
+#img2img_column_batch{
+ align-self: end;
+ margin-bottom: 0.9em;
+}
+
+#img2img_unused_scale_by_slider{
+ visibility: hidden;
+ width: 0.5em;
+ max-width: 0.5em;
+ min-width: 0.5em;
+}
+
/* settings */
#quicksettings {
width: fit-content;
@@ -642,6 +663,12 @@ footer { /* extra networks UI */
+.extra-network-cards{
+ height: 725px;
+ overflow: scroll;
+ resize: vertical;
+}
+
.extra-networks > div > [id *= '_extra_']{
margin: 0.3em;
}
|