forked from MarseyWorld/MarseyWorld
91 lines
1.4 KiB
CSS
91 lines
1.4 KiB
CSS
|
|
@media (min-width: 768px) {
|
|
lite-youtube { /* fix overflow */
|
|
max-width: 25vw !important;
|
|
}
|
|
}
|
|
|
|
.orgy-top-container {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.orgy-top-container {
|
|
flex-flow: column wrap;
|
|
}
|
|
#chat-window {
|
|
max-height: 38vh !important;
|
|
}
|
|
}
|
|
|
|
.orgy-chat-window-item {
|
|
flex-grow: 2;
|
|
}
|
|
|
|
#orgy-file-container {
|
|
width: 65vw;
|
|
max-height: 80vh !important;
|
|
max-width: 100vw !important;
|
|
}
|
|
|
|
#orgy-file-container > * {
|
|
max-height: 80vh !important;
|
|
margin: 0 !important;
|
|
height: 98% !important;
|
|
width: 98% !important;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#orgy-file-container {
|
|
width: 100% !important;
|
|
}
|
|
#orgy-title {
|
|
display: none;
|
|
}
|
|
#orgy-col {
|
|
padding: 0px;
|
|
}
|
|
#orgy-file-container > * {
|
|
height: 100% !important;
|
|
width: 100% !important;
|
|
}
|
|
.orgy-chat-window-item {
|
|
max-width: 100%
|
|
}
|
|
}
|
|
|
|
|
|
#cursormarsey, #cursormarsey-heart {
|
|
display: none;
|
|
}
|
|
|
|
body > .container {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
*:not(#orgy-file-container) {
|
|
resize: none !important;
|
|
}
|
|
|
|
#orgy-file-container > :not(video) {
|
|
height: 90% !important;
|
|
width: 95% !important;
|
|
max-width: 95% !important;
|
|
overflow-y: clip;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#orgy-file-container > :not(video) {
|
|
height: 100% !important;
|
|
width: 100% !important;
|
|
max-width: 100% !important;
|
|
}
|
|
}
|
|
|
|
#orgy-file-container > iframe {
|
|
aspect-ratio: 16/9;
|
|
}
|