mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
improve status modal
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
66ca9baed2
commit
3c9b6f6809
5 changed files with 25 additions and 8 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -238,11 +238,28 @@ 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: 70vh;
|
||||
max-height: 95vh;
|
||||
overflow: auto;
|
||||
|
||||
&__header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue