1
0
Fork 0
gather-fullscreen/inject.css

11 lines
218 B
CSS
Raw Permalink Normal View History

2021-10-17 00:20:40 +08:00
.GameComponent-container > :nth-child(1) > :nth-child(1) {
display: none !important;
2021-10-17 00:02:59 +08:00
}
/* Additional */
.GameCanvasContainer-settings {
display: none;
}
.GameVideo-self-video-container {
2021-10-17 00:20:40 +08:00
display: none !important;
2021-10-17 00:02:59 +08:00
}