Fix icon size in widescreen

This commit is contained in:
the1812 2022-11-13 14:46:37 +08:00
parent be23fdd607
commit 451c71690c
2 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,9 @@ export default Vue.extend({
}
.be-icon {
display: inline-flex;
@media (min-width: 1681px) {
--size: 36px !important;
}
}
}
}

View File

@ -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';
}