Chat goes to full height of window on page load, video goes full width. No wasted space.
footybite.to by sportballpro
Details
Authorsportballpro
LicenseNo License
Categoryfootybite.to
Created
Updated
Size714 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name footybite.to
@version 20230924.18.10
@namespace ?
==/UserStyle== */
@-moz-document domain("footybite.to") {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: none !important;
}
.first-iframe {
width: 100%;
height: calc(60vh - 60px);
}
.second-iframe {
width: 100%;
height: 40vh;
}
.first-iframe iframe,
.second-iframe iframe {
height: 100% !important;
}
.teams, center, br {
display: none !important;
}
@media all and (min-width: 1280px) {
.first-iframe {
width: calc(100% - 360px);
height: calc(100vh - 60px);
}
.second-iframe {
width: 360px;
height: calc(100vh - 60px);
}
}
}