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
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-08-14 22:57:25 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-08-14 22:57:25 +0300
commit7f664e28c087b5c0f71bf2e5f07625a80d5c509f (patch)
treeeb676a666c037a8c9ff0523861391a23ce891faa /src/components
parent754c3574e13f3b0b2ba9b1d57b07fc3b5bc0b7ea (diff)
Fix app settings dialog stylefix/noid/settings-dialog
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/SettingsDialog/SettingsDialog.vue9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/SettingsDialog/SettingsDialog.vue b/src/components/SettingsDialog/SettingsDialog.vue
index 700f4e1e5..a7c1f46fc 100644
--- a/src/components/SettingsDialog/SettingsDialog.vue
+++ b/src/components/SettingsDialog/SettingsDialog.vue
@@ -275,11 +275,6 @@ export default {
<style lang="scss" scoped>
-.wrapper {
- overflow-y: scroll;
- padding: 20px;
-}
-
.app-settings-section {
margin-bottom: 80px;
&.last {
@@ -303,8 +298,4 @@ export default {
}
}
-::v-deep .modal-container {
- display: flex !important;
-}
-
</style>