mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix bangumi timeline shadow color
This commit is contained in:
parent
eb5e225249
commit
6314caaf66
@ -365,7 +365,6 @@ export default Vue.extend({
|
||||
&-item {
|
||||
@include h-center(4px);
|
||||
@include border-card();
|
||||
background-color: var(--home-base-color);
|
||||
scroll-snap-align: start;
|
||||
overflow: hidden;
|
||||
padding: 0 4px 0 16px;
|
||||
@ -443,7 +442,12 @@ export default Vue.extend({
|
||||
}
|
||||
&-seasons-container {
|
||||
@include h-stretch();
|
||||
@include scroll-mask-x(18px, var(--home-base-color));
|
||||
body:not(.dark) & {
|
||||
@include scroll-mask-x(18px, #fdfdfd);
|
||||
}
|
||||
body.dark & {
|
||||
@include scroll-mask-x(18px, #222);
|
||||
}
|
||||
width: 0;
|
||||
flex: 1 0 0;
|
||||
margin: 0 2px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user