mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update i18n style
This commit is contained in:
parent
c372983225
commit
9308e6c97a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/i18n.min.css
vendored
2
min/i18n.min.css
vendored
File diff suppressed because one or more lines are too long
@ -215,6 +215,32 @@ html[lang='ja-JP'] .player-auxiliary-area .danmaku-info-row-block::after
|
||||
{
|
||||
content: "ブロック" !important;
|
||||
}
|
||||
.season-list li.season-item .season-body .season-title span.follow
|
||||
{
|
||||
background-image: none;
|
||||
filter: none !important;
|
||||
width: 24px;
|
||||
}
|
||||
.season-list li.season-item .season-body .season-title span.follow::after
|
||||
{
|
||||
content: "\F8CF";
|
||||
|
||||
font: normal normal normal 24px/1 "Material Design Icons";
|
||||
font-size: inherit;
|
||||
text-rendering: auto;
|
||||
line-height: inherit;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
background-color: var(--theme-color);
|
||||
color: var(--foreground-color);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1400px)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user