1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-22 20:52:20 +00:00

Limit player height

This commit is contained in:
Alexandre Iooss 2020-09-14 14:48:54 +02:00
parent 92b0f5244e
commit c937c1624a
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ h1, h2, h3, h4 {
position: relative;
width: 100%;
text-align: right;
max-height: 90vh;
}
.col-chat {

View File

@ -25,7 +25,7 @@
</div>
</div>
<script src="/ovenplayer/ovenplayer.js"></script>
<script src="/static/ovenplayer/ovenplayer.js"></script>
<script>
// Toggle chat
const chatToggle = document.getElementById("chatToggle")