Merge pull request #14806 from nextcloud/fix/files/picker-new-button

Fix filepicker's add button design
This commit is contained in:
Morris Jobke 2019-03-25 13:56:13 +01:00 committed by GitHub
commit 4a1cf54f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -769,10 +769,10 @@ code {
.icon.icon-add{ .icon.icon-add{
background-image: var(--icon-add-000); background-image: var(--icon-add-000);
background-size: 16px 16px; background-size: 16px 16px;
max-height: 36px; width: 34px;
width: 36px; height: 34px;
margin: 0px; margin: 0px;
opacity: .5; opacity: 0.5;
} }
a { a {
@ -784,7 +784,7 @@ code {
.menu { .menu {
top:100%; top:100%;
margin:10px; margin:10px;
margin-left: 0px; margin-left: 1px;
form { form {
display:flex; display:flex;
margin:10px; margin:10px;