Fix css selectors for img and video as direct child
This commit is contained in:
parent
1555cf37cd
commit
07dd094d6b
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user