调整翻译字体大小

pull/495/head
lyswhut 2021-03-11 17:34:29 +08:00
parent 65246f8856
commit af59a4472a
1 changed files with 2 additions and 2 deletions

View File

@ -592,7 +592,7 @@ export default {
.translation { .translation {
transition: @transition-theme !important; transition: @transition-theme !important;
transition-property: font-size, color; transition-property: font-size, color;
font-size: 1em; font-size: .9em;
margin-top: 5px; margin-top: 5px;
} }
.line { .line {
@ -606,7 +606,7 @@ export default {
color: @color-theme; color: @color-theme;
} }
.translation { .translation {
font-size: 1.2em; font-size: 1.1em;
color: @color-theme; color: @color-theme;
} }
span { span {