fix size of template picker

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/31916/head
szaimen 2022-04-09 13:05:27 +07:00 committed by nextcloud-command
parent 6f9d726ccf
commit 1202ef1a70
3 changed files with 4 additions and 5 deletions

@ -24,7 +24,7 @@
<Modal v-if="opened"
:clear-view-delay="-1"
class="templates-picker"
size="large"
size="normal"
@close="close">
<form class="templates-picker__form"
:style="style"
@ -286,7 +286,6 @@ export default {
// Make sure we're relative for the loading emptycontent on top
::v-deep .modal-container {
position: relative;
height: fit-content;
}
&__loading {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long