Browse Source

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 4 years ago
committed by nextcloud-command
parent
commit
1202ef1a70
  1. 3
      apps/files/src/views/TemplatePicker.vue
  2. 4
      dist/files-main.js
  3. 2
      dist/files-main.js.map

3
apps/files/src/views/TemplatePicker.vue

@ -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 {

4
dist/files-main.js
File diff suppressed because it is too large
View File

2
dist/files-main.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save