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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgreta <gretadoci@gmail.com>2022-05-05 18:06:32 +0300
committergreta <gretadoci@gmail.com>2022-05-05 18:06:32 +0300
commita384872c61c3cf74792440623c708b34b75aed94 (patch)
treed85f510f7506e97d166a56cbde1465947ba88d9f /src
parent848aa7420ae7fccadcc56a8c1dc7afb4e4424943 (diff)
Fix modal size in different size of the screen
Signed-off-by: greta <gretadoci@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/NewMessageModal.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/NewMessageModal.vue b/src/components/NewMessageModal.vue
index faa1d3362..2f3e24c9a 100644
--- a/src/components/NewMessageModal.vue
+++ b/src/components/NewMessageModal.vue
@@ -193,10 +193,6 @@ export default {
max-width: 80%;
}
}
-::v-deep .modal-container {
- width: 80%;
- min-height: 60%;
-}
::v-deep .modal-wrapper .modal-container {
overflow-y: auto !important;
overflow-x: auto !important;