orgy css improvements

pull/195/head
Aevann 2023-08-20 18:53:45 +03:00
parent dcb6ef56d4
commit b74badb6e6
2 changed files with 22 additions and 14 deletions

View File

@ -8,12 +8,7 @@
flex-flow: column wrap;
}
#chat-window {
max-height: 42vh !important;
}
}
@media all and (min-width: 900px) {
.orgy-chat-window-item {
max-width: 25vw;
max-height: 37vh !important;
}
}
@ -29,12 +24,7 @@
#orgy-file-container {
position: relative;
width: -webkit-fill-available;
}
@media all and (max-width: 900px) {
#orgy-file-container {
width: 100% !important;
}
width: 75vw;
}
#orgy-file-container > video {
@ -44,6 +34,24 @@
width: 98% !important;
}
@media all and (max-width: 900px) {
#orgy-file-container {
width: 100% !important;
resize: none !important;
}
#orgy-title {
display: none;
}
#orgy-col {
padding: 0px;
}
#orgy-file-container > video {
height: 100% !important;
width: 100% !important;
}
}
#cursormarsey, #cursormarsey-heart {
display: none;
}

View File

@ -9,8 +9,8 @@
{% include "util/macros.html" %}
{% set vlink = '<a href="/id/' ~ v.id ~ '">' %}
<div class="orgy-top-container">
<div class="col text-left pt-3">
<h2>{{orgy.title}}</h1>
<div id="orgy-col" class="col text-left pt-3">
<h2 id="orgy-title">{{orgy.title}}</h1>
<div>
{% if orgy.type == 'youtube' %}
<lite-youtube videoid="{{orgy.data}}" params="autoplay=1&modestbranding=1"/>