allow images inside of h/vstacks to be proportionally downsized
This commit is contained in:
parent
be460814ac
commit
cd2a792416
|
@ -36,6 +36,12 @@
|
||||||
.reveal .r-vstack,
|
.reveal .r-vstack,
|
||||||
.reveal .r-hstack {
|
.reveal .r-hstack {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
img, video {
|
||||||
|
min-width: 0;
|
||||||
|
min-height: 0;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal .r-vstack {
|
.reveal .r-vstack {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue