mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
35 lines
857 B
SCSS
35 lines
857 B
SCSS
.player-full-win:not(.hide-aside-area) {
|
|
.live-room-app {
|
|
.aside-area {
|
|
container-name: aside-area;
|
|
container-type: size;
|
|
width: var(--live-chat-panel-width, 302px) !important;
|
|
}
|
|
.player-section {
|
|
width: calc(100% - var(--live-chat-panel-width, 302px)) !important;
|
|
}
|
|
@container aside-area (max-width: 290px) {
|
|
.control-panel-icon-row-new .icon-left-part-new {
|
|
.super-chat,
|
|
.like-btn {
|
|
width: 32px;
|
|
&-icon {
|
|
margin-right: 0 !important;
|
|
}
|
|
&-text {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|
|
.chat-input-ctnr-new {
|
|
.medal-section {
|
|
display: none !important;
|
|
}
|
|
.chat-input-new:not(:has(textarea.focus)) {
|
|
padding-left: 12px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|