Bilibili-Evolved/registry/lib/components/live/chat-panel-fit/chat-panel-fit.scss
2023-07-30 16:48:03 +08:00

9 lines
211 B
SCSS

.player-full-win {
.live-room-app .aside-area {
width: var(--live-chat-panel-width, 302px) !important;
}
.player-section {
width: calc(100% - var(--live-chat-panel-width, 302px)) !important;
}
}