Fix locale issues
This commit is contained in:
parent
55b4c483e7
commit
6a2e301d37
|
@ -12,8 +12,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchRadio {
|
.searchRadio {
|
||||||
width: 170px;
|
padding: 5px;
|
||||||
border-right: 1px solid var(--primary-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.radioFlexBox {
|
.radioFlexBox {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
--pure-material-safari-helper3: var(--accent-color-opacity3);
|
--pure-material-safari-helper3: var(--accent-color-opacity3);
|
||||||
--pure-material-safari-helper4: var(--accent-color-opacity4);
|
--pure-material-safari-helper4: var(--accent-color-opacity4);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 220px;
|
width: 380px;
|
||||||
color: rgba(var(--primary-text-color), 0.87);
|
color: rgba(var(--primary-text-color), 0.87);
|
||||||
font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
|
font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="switchColumnGrid">
|
<div class="switchColumnGrid">
|
||||||
<div class="switchColumn">
|
<div class="switchColumn">
|
||||||
<ft-toggle-switch
|
<ft-toggle-switch
|
||||||
label="Remember History"
|
:label="$t('Settings.Player Settings.Remember History')"
|
||||||
:compact="true"
|
:compact="true"
|
||||||
:default-value="rememberHistory"
|
:default-value="rememberHistory"
|
||||||
@change="updateRememberHistory"
|
@change="updateRememberHistory"
|
||||||
|
|
Loading…
Reference in New Issue