From 467233f771d745aeb9f4e69b93d2fb24a1a95d3e Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 4 Sep 2021 00:35:54 +0200 Subject: media query fix --- configs/appList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/appList.js b/configs/appList.js index a114a70..c8e49da 100644 --- a/configs/appList.js +++ b/configs/appList.js @@ -1,8 +1,8 @@ import {Notes, Settings} from 'apps' const appList = { - Notes: {component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '64em', width: '64em'}, - Settings: {component: Settings, icon: false, buttons: ['min'], height: '23em', width: '20em'}, + Notes: {component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em'}, + Settings: {component: Settings, icon: false, buttons: ['min'], height: '23em', width: '16em'}, }; export default appList -- cgit v1.2.3