Fix css selectors for img and video as direct child
This commit is contained in:
+2
-1
@@ -38,7 +38,8 @@ body {
|
|||||||
overflow: clip;
|
overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
.GalleryItem > img, video {
|
.GalleryItem > img,
|
||||||
|
.GalleryItem > video {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user