diff options
author | Quentin Guidée <quentin.guidee@gmail.com> | 2022-03-19 19:39:50 +0100 |
---|---|---|
committer | Quentin Guidée <quentin.guidee@gmail.com> | 2022-03-19 19:39:50 +0100 |
commit | f9d9fe79bf9aecc022ecdeb21926f1c74ac133ee (patch) | |
tree | c76df5123ad5220360db84b6cbd89ce577de7f0b /apps/dashboard | |
parent | 1631a6c07881fde461ee51b85711769f7a7b39af (diff) | |
download | nextcloud-server-f9d9fe79bf9aecc022ecdeb21926f1c74ac133ee.tar.gz nextcloud-server-f9d9fe79bf9aecc022ecdeb21926f1c74ac133ee.zip |
Dashboard customize view: revert to large
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 8a120d4d066..5ab24effffa 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -34,7 +34,7 @@ @keyup.space="showModal">{{ t('dashboard', 'Customize') }}</a> </div> - <Modal v-if="modal" size="normal" @close="closeModal"> + <Modal v-if="modal" size="large" @close="closeModal"> <div class="modal__content"> <h3>{{ t('dashboard', 'Edit widgets') }}</h3> <ol class="panels"> |