aboutsummaryrefslogtreecommitdiffstats
path: root/configs/appList.js
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-09-04 00:35:54 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-09-04 00:35:54 +0200
commit467233f771d745aeb9f4e69b93d2fb24a1a95d3e (patch)
tree82e56bc8fb85eafdc010a2f6bd99f02ee6259ffe /configs/appList.js
parentf08f6ca0a9d337efff280d4d1669a41b5d9c31c2 (diff)
downloadmy_apps-467233f771d745aeb9f4e69b93d2fb24a1a95d3e.tar.gz
my_apps-467233f771d745aeb9f4e69b93d2fb24a1a95d3e.tar.bz2
my_apps-467233f771d745aeb9f4e69b93d2fb24a1a95d3e.zip
media query fix
Diffstat (limited to 'configs/appList.js')
-rw-r--r--configs/appList.js4
1 files changed, 2 insertions, 2 deletions
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