From c937c1624a170e09f242bfa57e5667b4de02bd96 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 14 Sep 2020 14:48:54 +0200 Subject: [PATCH] Limit player height --- ghostream/static/style.css | 1 + ghostream/templates/viewer.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ghostream/static/style.css b/ghostream/static/style.css index a168d31..03e310e 100644 --- a/ghostream/static/style.css +++ b/ghostream/static/style.css @@ -59,6 +59,7 @@ h1, h2, h3, h4 { position: relative; width: 100%; text-align: right; + max-height: 90vh; } .col-chat { diff --git a/ghostream/templates/viewer.html b/ghostream/templates/viewer.html index 7ee549b..bf1f928 100644 --- a/ghostream/templates/viewer.html +++ b/ghostream/templates/viewer.html @@ -25,7 +25,7 @@ - +