Fix edit theme dialog layout (#2188)

Co-authored-by: lyswhut <lyswhut@qq.com>
pull/2189/head
3gf8jv4dv 2024-12-18 23:37:59 +08:00 committed by GitHub
parent 5d48fa93ba
commit c42b2fb34c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -673,7 +673,7 @@
"theme_edit_modal__dark": "Dark Theme",
"theme_edit_modal__dark_font": "Dark Font",
"theme_edit_modal__font": "Font Color",
"theme_edit_modal__hide_btn": "Hide play detail page",
"theme_edit_modal__hide_btn": "Hide Detail Page",
"theme_edit_modal__main_bg": "Content Area Background Color",
"theme_edit_modal__min_btn": "Minimize",
"theme_edit_modal__pick_cancel": "Reset",

View File

@ -619,7 +619,6 @@ export default {
}
}
.label {
.mixin-ellipsis-2;
padding-top: 10px;
text-align: center;
line-height: 1.1;
@ -770,7 +769,7 @@ export default {
.footer {
padding: 15px;
display: flex;
flex-flow: row nowrap;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
gap: 15px;