Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
aaa0248
1
Parent(s):
4321da9
Update style.css
Browse files
style.css
CHANGED
@@ -111,6 +111,9 @@ h1 {
|
|
111 |
background-color: #121212;
|
112 |
border-radius: 30px !important;
|
113 |
}
|
|
|
|
|
|
|
114 |
.image_container .controls-wrap {
|
115 |
display: none !important;
|
116 |
}
|
@@ -119,6 +122,7 @@ h1 {
|
|
119 |
display: none !important;
|
120 |
}
|
121 |
.image_container>div.styler {
|
|
|
122 |
overflow:hidden;
|
123 |
border-radius:30px;
|
124 |
flex-grow: 1;
|
|
|
111 |
background-color: #121212;
|
112 |
border-radius: 30px !important;
|
113 |
}
|
114 |
+
#output_image_container{
|
115 |
+
overflow: hidden !important;
|
116 |
+
}
|
117 |
.image_container .controls-wrap {
|
118 |
display: none !important;
|
119 |
}
|
|
|
122 |
display: none !important;
|
123 |
}
|
124 |
.image_container>div.styler {
|
125 |
+
background-color: transparent !important;
|
126 |
overflow:hidden;
|
127 |
border-radius:30px;
|
128 |
flex-grow: 1;
|