去除cc直播间全屏和窗口全屏时底部的礼物栏,缩减右侧聊天框宽度,去掉文字水印
cc直播全屏样式优化 by slime7
Details
Authorslime7
LicenseMIT
Categoryuserstyle
Created
Updated
Size1.2 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 cc-styled
@namespace @cc-styled
@version 1.0.1
@description 去除cc直播间全屏和窗口全屏时底部的礼物栏
@author slime7
==/UserStyle== */
@-moz-document domain("cc.163.com") {
.gameH5Theater .user-tool-bar, .gameH5FullScreen .user-tool-bar{
display: none !important;
}
.gameH5Theater #live_player {
height: 100%;
}
.gameH5Theater.gameH5TheaterBar .main-area {
margin-right: 300px;
}
.gameH5Theater .room-info-area {
width: 300px;
}
.gameH5Theater .gameH5TheaterBarArea {
right: 0;
}
.gameH5TheaterBar .gameH5TheaterBarArea {
right: 300px;
}
.gameH5Theater .input-tool {
display: flex;
}
.gameH5Theater .input-tool .chat-input {
float: initial;
flex: auto;
flex-shrink: 1;
width: auto;
min-width: initial;
}
.gameH5Theater .input-tool .send-msg {
float: initial;
flex-shrink: 0;
}
.gameH5FullScreen .video-player-controls-main {
bottom: 0 !important;
}
.video-watermark {
opacity: 0;
}
[id^="float-plugin-container-"] {
display: none;
}
}