mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix icon size in widescreen
This commit is contained in:
parent
be23fdd607
commit
451c71690c
@ -83,6 +83,9 @@ export default Vue.extend({
|
||||
}
|
||||
.be-icon {
|
||||
display: inline-flex;
|
||||
@media (min-width: 1681px) {
|
||||
--size: 36px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -209,6 +209,9 @@ export default Vue.extend({
|
||||
line-height: 1;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@media (min-width: 1681px) {
|
||||
font-size: 36px;
|
||||
}
|
||||
&:after {
|
||||
content: '\ea01';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user