diff options
author | Simon L <szaimen@e.mail.de> | 2022-02-23 15:28:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 15:28:58 +0100 |
commit | 9630d6571cacff635d148a63599c42a5873bc44e (patch) | |
tree | c858f8c9b4bcf19e67fc4496e10b0e675e9d6aae /apps/user_status | |
parent | bf4acd54526d0b07ec7c305ef68d2fec4323b0b1 (diff) | |
parent | 1116529b561108985c1155c23aa719aa784b79a2 (diff) | |
download | nextcloud-server-9630d6571cacff635d148a63599c42a5873bc44e.tar.gz nextcloud-server-9630d6571cacff635d148a63599c42a5873bc44e.zip |
Merge pull request #31319 from nextcloud/fix/31246/fix-modals
fix all modals after vue 5.0
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/src/components/SetStatusModal.vue | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue index c3b61db5e86..f9d10851ae3 100644 --- a/apps/user_status/src/components/SetStatusModal.vue +++ b/apps/user_status/src/components/SetStatusModal.vue @@ -233,29 +233,9 @@ export default { </script> <style lang="scss" scoped> -// TODO: can be removed once migrated to @nextcloud-vue >= 5.0 -::v-deep { - .modal-wrapper { - .prev, .next { - display: none !important; - } - - .modal-container { - max-height: 100% !important; - } - } - - .modal-header .modal-title { - display: none; - } -} .set-status-modal { - min-height: 200px; padding: 8px 20px 20px 20px; - // Enable scrollbar for too long content, same way as in Dashboard customize - max-height: 95vh; - overflow: auto; &__header { text-align: center; |