Fix locale issues

This commit is contained in:
Preston 2020-08-22 14:26:47 -04:00
parent 55b4c483e7
commit 6a2e301d37
3 changed files with 3 additions and 4 deletions

View File

@ -12,8 +12,7 @@
} }
.searchRadio { .searchRadio {
width: 170px; padding: 5px;
border-right: 1px solid var(--primary-color);
} }
.radioFlexBox { .radioFlexBox {

View File

@ -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;

View File

@ -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"