Increases player size
F1 TV by pauloiankoski
Details
Authorpauloiankoski
LicenseNo License
Categoryf1tv.formula1.com -> player
Created
Updated
Size578 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 F1 TV Big Player
@version 20240306.18.14
@namespace https://userstyles.world/user/pauloiankoski
@description Increases player size
@author pauloiankoski
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://f1tv.formula1.com/detail/") {
.inset-video-item-image-container {
width: 80vw;
position: relative;
margin-left: -40vw;
left: 50%;
padding-bottom: 45vw;
}
.inset-video-item-play-action-container {
position: absolute;
width: 100%;
}
.global-header {
display: none;
}
}