Spaces:
Running
on
Zero
Running
on
Zero
Update style for Past generation Preview
Browse files
style.css
CHANGED
@@ -21,4 +21,8 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
|
|
21 |
#share-btn * {all: unset}
|
22 |
#share-btn-container div:nth-child(-n+2){width: auto !important;min-height: 0px !important;}
|
23 |
#share-btn-container .wrap {display: none !important}
|
24 |
-
#share-btn-container.hidden {display: none!important}
|
|
|
|
|
|
|
|
|
|
21 |
#share-btn * {all: unset}
|
22 |
#share-btn-container div:nth-child(-n+2){width: auto !important;min-height: 0px !important;}
|
23 |
#share-btn-container .wrap {display: none !important}
|
24 |
+
#share-btn-container.hidden {display: none!important}
|
25 |
+
#gallery .thumbnails {flex-direction: column !important;display: inline-flex !important;flex-wrap: wrap !important; position: relative !important;}
|
26 |
+
#gallery caption.caption {flex-direction: row !important;display: inline-flex !important;flex-wrap: wrap;white-space: unset !important;}
|
27 |
+
#gallery .image-button img.with-caption {object-fit: cover !important;object-position: center !important;}
|
28 |
+
#gallery button.preview {position: relative !important;}
|