Add a max-height for videos display

This commit is contained in:
Andrei Marcu 2019-12-02 18:30:15 -08:00
parent 0e763cb776
commit 85be5b078d
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ body {
.display-video {
width: 800px;
max-height: 70vh;
}
.scrollable {