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>
pull/31497/head
szaimen 2 years ago committed by nextcloud-command
parent 60041e678f
commit 6982bf22ea

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

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

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

Loading…
Cancel
Save