diff --git a/src/components/settings/form/FormAppPicker.vue b/src/components/settings/form/FormAppPicker.vue index ba7d38d..ae18aaa 100644 --- a/src/components/settings/form/FormAppPicker.vue +++ b/src/components/settings/form/FormAppPicker.vue @@ -25,6 +25,7 @@ along with this program. If not, see . + + + + + + . - - - - - - @@ -370,6 +375,16 @@ along with this program. If not, see . + + + + + + + @@ -498,14 +513,15 @@ import FormSelect from '../components/settings/form/FormSelect' import FormYesNo from '../components/settings/form/FormYesNo' import FormSize from '../components/settings/form/FormSize' import FormAppPicker from '../components/settings/form/FormAppPicker' +import FormDisplayPicker from '../components/settings/form/FormDisplayPicker' const menu = [ { label: 'Global', section: 'global' }, { label: 'Panel', section: 'panel' }, - { label: 'Applications', section: 'apps' }, + { label: 'Top menu', section: 'topMenu' }, { label: 'Colors', section: 'colors' }, { label: 'Opener', section: 'opener' }, - { label: 'Top menu', section: 'topMenu' }, + { label: 'Applications', section: 'apps' }, { label: 'Support', section: 'support' }, ] diff --git a/src/scss/admin.scss b/src/scss/admin.scss index d43e70a..1537c98 100644 --- a/src/scss/admin.scss +++ b/src/scss/admin.scss @@ -227,7 +227,7 @@ .side-menu-setting { padding: 20px; display: flex; - gap: 5px; + gap: 4px; } .side-menu-setting-color-picker {