Center dialog new file menu

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/30828/head
John Molakvoæ 2022-01-24 15:18:48 +07:00 committed by nextcloud-command
parent c2d759ddec
commit 53f379fe3f
6 changed files with 10 additions and 13 deletions

@ -733,9 +733,8 @@ code {
.dirtree { .dirtree {
flex-wrap: wrap; flex-wrap: wrap;
padding-left: 12px;
padding-right: 0px;
box-sizing: border-box; box-sizing: border-box;
padding-right: 140px;
div:first-child a { div:first-child a {
background-image: var(--icon-home-000); background-image: var(--icon-home-000);
@ -810,12 +809,11 @@ code {
} }
.menu { .menu {
top:100%; top: 100%;
margin:10px; margin-top: 10px;
margin-left: 1px;
form { form {
display:flex; display: flex;
margin:10px; margin: 10px;
} }
} }

@ -353,7 +353,6 @@ const Dialogs = {
$form.submit() $form.submit()
}) })
/** /**
* Checks whether the given file name is valid. * Checks whether the given file name is valid.
* *

@ -3,7 +3,7 @@
color: var(--color-text-light); color: var(--color-text-light);
border-radius: var(--border-radius-large); border-radius: var(--border-radius-large);
box-shadow: 0 0 30px var(--color-box-shadow); box-shadow: 0 0 30px var(--color-box-shadow);
padding: 15px; padding: 24px;
z-index: 10000; z-index: 10000;
font-size: 100%; font-size: 100%;
box-sizing: border-box; box-sizing: border-box;

File diff suppressed because one or more lines are too long

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long