Merge pull request #17219 from nextcloud/backport/17017/stable17
[stable17] fix "create folder" icon overlaying home icon
This commit is contained in:
commit
072d51ec08
1 changed files with 2 additions and 2 deletions
|
@ -775,8 +775,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);
|
||||
|
|
Loading…
Reference in a new issue