Skip to content

Commit

Permalink
Merge pull request #2610 from nextcloud/enh/noid/modal-height
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Apr 8, 2022
2 parents a6a1b47 + 97bbcd8 commit d420300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -735,15 +735,13 @@ export default {
max-width: 90%;
width: 600px;
max-height: 90%;
height: 600px;
}
}
&--large {
.modal-container {
max-width: 90%;
width: 900px;
max-height: 90%;
height: 700px;
}
}
&--full {
Expand Down

0 comments on commit d420300

Please sign in to comment.