Add a max-height for videos display
This commit is contained in:
parent
0e763cb776
commit
85be5b078d
|
@ -330,6 +330,7 @@ body {
|
||||||
|
|
||||||
.display-video {
|
.display-video {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
|
max-height: 70vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollable {
|
.scrollable {
|
||||||
|
|
Loading…
Reference in New Issue