francescoKrnl commited on
Commit
83f8a4e
1 Parent(s): 3585721

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -0
style.css CHANGED
@@ -54,6 +54,12 @@ body > gradio-app > div > div > div > div.contain{
54
  background-color: #121212;
55
  border-radius: 30px;
56
  }
 
 
 
 
 
 
57
  #draw_cta {
58
  position: absolute;
59
  top: -91px;
 
54
  background-color: #121212;
55
  border-radius: 30px;
56
  }
57
+ .image_container>div.styler {
58
+ flex-grow: 1;
59
+ }
60
+ #input_image {
61
+ flex-grow: 1;
62
+ }
63
  #draw_cta {
64
  position: absolute;
65
  top: -91px;