Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
9e59940
1
Parent(s):
2d51a1c
Update style.css
Browse files
style.css
CHANGED
@@ -139,6 +139,10 @@ h1 {
|
|
139 |
#input_image > div.image-container > div > button {
|
140 |
display:none;
|
141 |
}
|
|
|
|
|
|
|
|
|
142 |
#output_image > div.icon-buttons{
|
143 |
display:none;
|
144 |
}
|
|
|
139 |
#input_image > div.image-container > div > button {
|
140 |
display:none;
|
141 |
}
|
142 |
+
canvas{
|
143 |
+
max-width: none !important;
|
144 |
+
max-height: none !important;
|
145 |
+
}
|
146 |
#output_image > div.icon-buttons{
|
147 |
display:none;
|
148 |
}
|