Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
83f8a4e
1
Parent(s):
3585721
Update style.css
Browse files
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;
|