Spaces:
Runtime error
Runtime error
Add style.css for Past generation Preview
Browse filesAdd classes to make the preview gallery correctly display
style.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#gallery .thumbnails {flex-direction: column !important;display: inline-flex !important;flex-wrap: wrap !important; position: relative !important;}
|
2 |
+
#gallery caption.caption {flex-direction: row !important;display: inline-flex !important;flex-wrap: wrap;white-space: unset !important;}
|
3 |
+
#gallery .image-button img.with-caption {object-fit: cover !important;object-position: center !important;}
|
4 |
+
#gallery button.preview {position: relative !important;}
|