Layout changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user