mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge pull request #4348 from CrunchyShark944/preview-features
直播间简化支持隐藏荣耀等级勋章
This commit is contained in:
commit
e30a8adbba
@ -18,6 +18,10 @@ export const component = newSwitchComponentWrapper({
|
||||
defaultValue: true,
|
||||
displayName: '入场通知',
|
||||
},
|
||||
wealthMedal: {
|
||||
defaultValue: true,
|
||||
displayName: '荣耀等级勋章',
|
||||
},
|
||||
fansMedal: {
|
||||
defaultValue: true,
|
||||
displayName: '粉丝勋章',
|
||||
|
||||
@ -3,6 +3,7 @@ $prefix: 'simplifyLiveroom-switch';
|
||||
|
||||
.#{$prefix} {
|
||||
&-vip .vip-icon,
|
||||
&-wealthMedal .wealth-medal-ctnr,
|
||||
&-fansMedal .fans-medal-item-ctnr,
|
||||
&-title .title-label,
|
||||
&-userLevel .user-level-icon,
|
||||
@ -247,6 +248,9 @@ $prefix: 'simplifyLiveroom-switch';
|
||||
border-radius: 0 !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.wealth-medal-ctnr.medal-guard {
|
||||
display: none !important;
|
||||
}
|
||||
.fans-medal-item.medal-guard {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user