Merge pull request #31497 from nextcloud/backport/31490/stable22

[stable22] fix new file menu
This commit is contained in:
Vincent Petry 2022-03-09 15:20:05 +01:00 committed by GitHub
commit b966eac896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;