Skip to content

Commit 24a881f

Browse files
authored
Merge pull request #6623 from nextcloud/fix-app-nav-img
Fix app nav img margin
2 parents d4bf301 + 2fe6e3d commit 24a881f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/css/apps.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,9 @@ kbd {
234234
z-index: 100; /* above the bullet */
235235
/* TODO: forbid using img as icon in menu? */
236236
&:first-child img {
237-
margin-bottom: -3px;
238237
margin-right: 11px;
239238
width: 16px;
240-
margin-left: 2px;
239+
margin-left: -30px;
241240
}
242241

243242
/* counter can also be inside the link */
@@ -495,6 +494,7 @@ kbd {
495494
z-index 250ms ease-in-out;
496495
position: absolute;
497496
background-color: $color-main-background;
497+
box-sizing: border-box;
498498
}
499499

500500
/**

core/img/actions/info.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)