mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
9 lines
211 B
SCSS
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;
|
|
}
|
|
}
|