Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-fixes

This commit is contained in:
the1812 2024-07-11 23:10:39 +08:00
commit d2a55bae78
4 changed files with 34 additions and 8 deletions

View File

@ -460,10 +460,6 @@
@include color("2");
}
}
.fans-medal-level {
@include background-color("2");
@include foreground-color();
}
}
.chat-control-panel .bottom{
.content {

View File

@ -722,7 +722,9 @@
@include set-color('border-top-color', '4');
}
#{contains('mediainfo_mediaRight')} {
#{contains('mediainfo_media_desc_section')} #{contains('mediainfo_display_area')} #{contains('mediainfo_ellipsis')} {
#{contains('mediainfo_media_desc_section')}
#{contains('mediainfo_display_area')}
#{contains('mediainfo_ellipsis')} {
background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #222 20%, #222);
@include theme-color();
}
@ -978,3 +980,12 @@
@include background-color('30');
}
}
.article-content {
.ql-container {
background-color: rgba(0, 0, 0, 0) !important;
@include color('cf');
}
h1,h2,h3,h4,h5,h6{
@include color('e');
}
}

View File

@ -196,7 +196,6 @@ div.con,
.app-watch,
#app .submit,
.appeal-box,
.fans-medal-item:not(.medal-guard) .fans-medal-level,
.fans-medal-item .level
{
background-color: #222 !important;
@ -1079,7 +1078,6 @@ li.tag > a,
color: #00a1d6 !important
}
.fans-medal-item .label,
.fans-medal-item:not(.medal-guard) .fans-medal-label,
.calendar .day-item,
.calendar .day-item.cur-day,
.content-box .watermark-wrap .watermark

View File

@ -115,7 +115,7 @@ export default Vue.extend({
@import 'common';
.custom-black-list-settings {
@include popup();
width: 400px;
width: 800px;
font-size: 14px;
padding: 12px 12px 12px 18px;
left: 50%;
@ -167,6 +167,27 @@ export default Vue.extend({
line-height: 1.5;
}
&-content {
margin-top: 20px;
max-height: 400px;
padding: 10px;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: #888 #eee;
&::-webkit-scrollbar {
width: 12px;
}
&::-webkit-scrollbar-track {
background: #eee;
}
&::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 10px;
border: 3px solid #eee;
}
@include h-center();
flex-wrap: wrap;
.be-slider {