Layout changes

This commit is contained in:
Scott E. Graves
2019-07-15 21:47:31 -05:00
parent 816799f0b4
commit 83c00f82ea
7 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ if (ipcRenderer) {
ipcRenderer.on(Constants.IPC_Get_Platform_Reply, (event, arg) => {
if (arg.Platform === 'linux') {
const root = document.documentElement;
root.style.setProperty('--default_font_size', '15px');
root.style.setProperty('--default_font_size', '15.3px');
}
store = createAppStore(arg.Platform, arg.AppPlatform, packageJson.version);