Say hello to RoboMaster 2024
www.robomaster.com/live - May 2024 by TinkoLiu
Details
AuthorTinkoLiu
LicenseNo License
Categoryrobomaster
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.robomaster.com/live - May 2024
@version 20240809.05.09
@namespace https://userstyles.world/user/TinkoLiu
@description Say hello to RoboMaster 2024
@author TinkoLiu
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.robomaster.com/live") {
div.live-section.result-video-section {
width: 100vw!important;
height: 100vh!important;
position: fixed!important;
top: 0!important;
left: 0!important;
z-index: 9999;
display: flex;
flex-direction: row-reverse;
background: #21242d;
padding: unset!important;
margin: 0!important;
}
body {
height: 100vh;
width: 100vw;
overflow: hidden;
}
.result-right, .live-news {
height: 100vh;
}
.live-view.live-chat, .live-view.live-schedule {
height: calc(100vh - 30px);
}
.chart-room {
height: 100%!important;
}
.chart-room .chat-list {
height: calc(100% - 30px)!important;
}
.video-left {
flex-grow: 1;
height: 100%!important;
}
.live-video {
height: unset!important;
}
.live-video .prism-player #J_prismPlayer {
height: 100%!important;
}
#prism-player {
position: relative;
height: calc(100vh - 44px);
}
.pc-live .result-video-section .result-right {
position: relative;
height: 100vh!important;
}
.schedule-table-wrapper.scheduleTop {
height: calc(100vh - 143px)!important;
}
.scheduleRoom {
height: unset!important;
}
video {
pointer-events: none;
}
}