Skip to content

Commit

Permalink
fix(files): Minimize min-height of dialog form
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
JuliaKirschenheuter authored and nextcloud-command committed Aug 2, 2024
1 parent aabd6ef commit ff6ba29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/components/NewNodeDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ onMounted(() => {
<style scoped>
.new-node-dialog__form {
/* Ensure the dialog does not jump when there is a validity error */
min-height: calc(3 * var(--default-clickable-area));
min-height: calc(2 * var(--default-clickable-area));
}
</style>
4 changes: 2 additions & 2 deletions dist/files-init.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-init.js.map

Large diffs are not rendered by default.

0 comments on commit ff6ba29

Please sign in to comment.