mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 15:02:19 +00:00
Limit player height
This commit is contained in:
parent
92b0f5244e
commit
c937c1624a
@ -59,6 +59,7 @@ h1, h2, h3, h4 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
max-height: 90vh;
|
||||
}
|
||||
|
||||
.col-chat {
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user