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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-12-08 12:23:23 +0300
committerJoas Schilling <coding@schilljs.com>2021-12-08 12:23:23 +0300
commitb31a32ea473f24c25956d8b054913e38581cda49 (patch)
treee2a03759fc18cb2a8f3b9b02be9f1593402a13e7 /src
parentcfdc2b18563fc68b9e283eb5bda4b44261d80613 (diff)
Fix normal settings dialog as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/SettingsDialog/SettingsDialog.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/SettingsDialog/SettingsDialog.vue b/src/components/SettingsDialog/SettingsDialog.vue
index d4577062a..df369d497 100644
--- a/src/components/SettingsDialog/SettingsDialog.vue
+++ b/src/components/SettingsDialog/SettingsDialog.vue
@@ -286,4 +286,8 @@ export default {
}
}
+::v-deep .modal-container {
+ display: flex !important;
+}
+
</style>