styling: max-height for video player

This commit is contained in:
Yuri Tatishchev 2025-06-20 15:05:12 -07:00
parent 06d5336d4b
commit 5ec708fb5b
Signed by: CaZzzer
SSH Key Fingerprint: SHA256:sqXB3fe0LMpfH+IeM/vlmxKdso52kssrIJBlwKXVe1U

View File

@ -39,6 +39,7 @@ header {
video { video {
/*height:;*/ /*height:;*/
max-width: 100%; max-width: 100%;
max-height: 80vh;
/*max-height: 400px;*/ /*max-height: 400px;*/
/*position: absolute;*/ /*position: absolute;*/
/*top: 0;*/ /*top: 0;*/