parent
5d48fa93ba
commit
c42b2fb34c
|
@ -673,7 +673,7 @@
|
||||||
"theme_edit_modal__dark": "Dark Theme",
|
"theme_edit_modal__dark": "Dark Theme",
|
||||||
"theme_edit_modal__dark_font": "Dark Font",
|
"theme_edit_modal__dark_font": "Dark Font",
|
||||||
"theme_edit_modal__font": "Font Color",
|
"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__main_bg": "Content Area Background Color",
|
||||||
"theme_edit_modal__min_btn": "Minimize",
|
"theme_edit_modal__min_btn": "Minimize",
|
||||||
"theme_edit_modal__pick_cancel": "Reset",
|
"theme_edit_modal__pick_cancel": "Reset",
|
||||||
|
|
|
@ -619,7 +619,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.label {
|
.label {
|
||||||
.mixin-ellipsis-2;
|
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
|
@ -770,7 +769,7 @@ export default {
|
||||||
.footer {
|
.footer {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
|
|
Loading…
Reference in New Issue