Layout changes

This commit is contained in:
Scott E. Graves
2018-12-13 23:07:09 -06:00
parent 9b2f12200c
commit 45a68ddbf7
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ if (!process.versions.hasOwnProperty('electron')) {
ipcRenderer.on(Constants.IPC_Get_Platform_Reply, (event, arg) => {
if (arg.data !== 'win32') {
let root = document.documentElement;
root.style.setProperty('--default_font_size', '4.4vmin');
root.style.setProperty('--default_font_size', '4.8vmin');
}
ReactDOM.render(<App platform={arg.data} version={packageJson.version}/>, document.getElementById('root'));
registerServiceWorker();