Merge pull request #17227 from nextcloud/backport/17017/stable16

[stable16] fix "create folder" icon overlaying home icon
This commit is contained in:
John Molakvoæ 2019-10-08 09:42:20 +02:00 committed by GitHub
commit 6021df4afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -764,8 +764,8 @@ code {
background-color: var(--color-background-dark);
border: 1px solid var(--color-border-dark);
border-radius: var(--border-radius-pill);
position: absolute;
top: 4px;
position: relative;
top: -5px;
.icon.icon-add{
background-image: var(--icon-add-000);