diff options
author | szaimen <szaimen@e.mail.de> | 2022-02-22 12:41:46 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-02-22 13:27:14 +0000 |
commit | 1116529b561108985c1155c23aa719aa784b79a2 (patch) | |
tree | c27c55f61e1a63cab2aa9cca82260c26608e5b6c /apps/user_status | |
parent | a6bc871c96d071ef54d9fd3b547df606fa9d19ca (diff) | |
download | nextcloud-server-1116529b561108985c1155c23aa719aa784b79a2.tar.gz nextcloud-server-1116529b561108985c1155c23aa719aa784b79a2.zip |
fix all modals after vue 5.0
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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; |