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