Center dialog new file menu

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
szaimen 2022-03-08 10:00:30 +01:00 committed by nextcloud-command
parent a56f8f3802
commit 4ec24bfeb5
6 changed files with 9 additions and 12 deletions

View file

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

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

View file

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