mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
fix size of template picker
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
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 {
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue