Spaces:
Paused
Paused
johann-foerster
commited on
Commit
•
8a5d00f
1
Parent(s):
6c5b1c4
prevent weird white border at the bottom of the image
Browse files- modules/html.py +1 -0
modules/html.py
CHANGED
@@ -154,6 +154,7 @@ progress::after {
|
|
154 |
|
155 |
.generated-image img {
|
156 |
width: 1280px !important;
|
|
|
157 |
}
|
158 |
|
159 |
'''
|
|
|
154 |
|
155 |
.generated-image img {
|
156 |
width: 1280px !important;
|
157 |
+
margin-bottom: -6px !important;
|
158 |
}
|
159 |
|
160 |
'''
|