FAU.tv Style to allow resizing in the multi stream player
Allow resizing in the multi stream player
(Resize the right video)
www.fau.tv - Style to allow resizing in the multi stream player by horotw
Details
Authorhorotw
LicenseNo License
Categorywww.fau.tv/clip/multistream/
Created
Updated
Size923 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
FAU.tv Style to allow resizing in the multi stream player
Allow resizing in the multi stream player
(Resize the right video)
Source code
/* ==UserStyle==
@name www.fau.tv
@version 20230424.14.11
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.fau.tv/clip/multistream/") {
.videoWrapper {
resize: horizontal;
top: 0px !important;
left: auto !important;
position: relative !important;
height: auto !important;
}
div#button_0 {
top: auto !important; /* don't anchor on top... */
left: auto !important;
bottom:40pt;
right: 10pt;
}
div#button_1 {
top: 10pt !important; /* don't anchor on top... */
left: auto !important;
bottom:auto;
right: 10pt;
}
div#videoPlayerWrapper_0 {
flex: 1;
width: auto !important;
}
div#videoPlayerWrapper_1 {
flex: auto;
left: auto !important;
}
div#playerContainer_videoContainer_container {
display: flex !important;
flex-direction: row;
align-items: center;
}
video {
position: relative !important;
}
}