mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 19:42:20 +00:00
Limit player height
This commit is contained in:
parent
92b0f5244e
commit
c937c1624a
@ -59,6 +59,7 @@ h1, h2, h3, h4 {
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
max-height: 90vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-chat {
|
.col-chat {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/ovenplayer/ovenplayer.js"></script>
|
<script src="/static/ovenplayer/ovenplayer.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// Toggle chat
|
// Toggle chat
|
||||||
const chatToggle = document.getElementById("chatToggle")
|
const chatToggle = document.getElementById("chatToggle")
|
||||||
|
Loading…
Reference in New Issue
Block a user