Skip to content

Commit

Permalink
Merge pull request #6623 from nextcloud/fix-app-nav-img
Browse files Browse the repository at this point in the history
Fix app nav img margin
  • Loading branch information
rullzer authored Sep 24, 2017
2 parents d4bf301 + 2fe6e3d commit 24a881f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,9 @@ kbd {
z-index: 100; /* above the bullet */
/* TODO: forbid using img as icon in menu? */
&:first-child img {
margin-bottom: -3px;
margin-right: 11px;
width: 16px;
margin-left: 2px;
margin-left: -30px;
}

/* counter can also be inside the link */
Expand Down Expand Up @@ -495,6 +494,7 @@ kbd {
z-index 250ms ease-in-out;
position: absolute;
background-color: $color-main-background;
box-sizing: border-box;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion core/img/actions/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24a881f

Please sign in to comment.