Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Update style.css
Browse files
style.css
CHANGED
@@ -100,7 +100,7 @@ h1 {
|
|
100 |
#radio_row .wrap {
|
101 |
justify-content: center;
|
102 |
}
|
103 |
-
.image_container {
|
104 |
overflow: visible !important;
|
105 |
flex-shrink: 0 !important;
|
106 |
flex-grow: 0 !important;
|
@@ -119,7 +119,7 @@ h1 {
|
|
119 |
}
|
120 |
#input_image_container .styler{
|
121 |
background-color: white !important;
|
122 |
-
}
|
123 |
#output_image_container{
|
124 |
overflow: hidden !important;
|
125 |
}
|
@@ -129,7 +129,7 @@ h1 {
|
|
129 |
#output_image_container .styler{
|
130 |
background-color: #121212 !important;
|
131 |
}
|
132 |
-
.image_container .controls-wrap {
|
133 |
display: none !important;
|
134 |
}
|
135 |
|
@@ -141,12 +141,12 @@ h1 {
|
|
141 |
border-radius:30px;
|
142 |
flex-grow: 1;
|
143 |
height: 100% !important;
|
144 |
-
}
|
145 |
-
#input_image {
|
146 |
flex-grow: 1;
|
147 |
border:none !important;
|
148 |
-
}
|
149 |
-
#output_image{
|
150 |
flex-grow: 1;
|
151 |
}
|
152 |
#input_image > div.image-container> div.wrap > span.brush{
|
@@ -161,7 +161,7 @@ h1 {
|
|
161 |
canvas{
|
162 |
max-width: none !important;
|
163 |
max-height: none !important;
|
164 |
-
}
|
165 |
#output_image > div.icon-buttons{
|
166 |
display:none;
|
167 |
}
|
|
|
100 |
#radio_row .wrap {
|
101 |
justify-content: center;
|
102 |
}
|
103 |
+
/* .image_container {
|
104 |
overflow: visible !important;
|
105 |
flex-shrink: 0 !important;
|
106 |
flex-grow: 0 !important;
|
|
|
119 |
}
|
120 |
#input_image_container .styler{
|
121 |
background-color: white !important;
|
122 |
+
} */
|
123 |
#output_image_container{
|
124 |
overflow: hidden !important;
|
125 |
}
|
|
|
129 |
#output_image_container .styler{
|
130 |
background-color: #121212 !important;
|
131 |
}
|
132 |
+
/* .image_container .controls-wrap {
|
133 |
display: none !important;
|
134 |
}
|
135 |
|
|
|
141 |
border-radius:30px;
|
142 |
flex-grow: 1;
|
143 |
height: 100% !important;
|
144 |
+
} */
|
145 |
+
/* #input_image {
|
146 |
flex-grow: 1;
|
147 |
border:none !important;
|
148 |
+
} */
|
149 |
+
/* #output_image{
|
150 |
flex-grow: 1;
|
151 |
}
|
152 |
#input_image > div.image-container> div.wrap > span.brush{
|
|
|
161 |
canvas{
|
162 |
max-width: none !important;
|
163 |
max-height: none !important;
|
164 |
+
} */
|
165 |
#output_image > div.icon-buttons{
|
166 |
display:none;
|
167 |
}
|