Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Guidée <quentin.guidee@gmail.com>2022-03-19 21:39:50 +0300
committerQuentin Guidée <quentin.guidee@gmail.com>2022-03-19 21:39:50 +0300
commitf9d9fe79bf9aecc022ecdeb21926f1c74ac133ee (patch)
treec76df5123ad5220360db84b6cbd89ce577de7f0b /apps/dashboard
parent1631a6c07881fde461ee51b85711769f7a7b39af (diff)
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.vue2
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">