aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authormissionfloyd <missionfloyd@users.noreply.github.com>2023-03-30 23:19:40 -0600
committermissionfloyd <missionfloyd@users.noreply.github.com>2023-03-30 23:19:40 -0600
commita73f3bf0cfc89cde294b42f5c566017daf4b2ccd (patch)
tree179b69f2f02499a22d8f8bf88ffb5951ec6b1a0d /style.css
parent22bcc7be428c94e9408f589966c2040187245d81 (diff)
Change extras "scale to" to sliders
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index de16a7f2..aafc2362 100644
--- a/style.css
+++ b/style.css
@@ -312,6 +312,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;