Skip to content

Commit 288d451

Browse files
authored
Merge pull request #3539 from nextcloud/fix/app-navigation-icon-repeat
2 parents dfcb2ae + 3364415 commit 288d451

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/NcAppNavigationItem/NcAppNavigationItem.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,8 @@ export default {
682682
width: $clickable-area;
683683
height: $clickable-area;
684684
background-size: $icon-size $icon-size;
685+
background-repeat: no-repeat;
686+
background-position: $icon-margin center;
685687
}
686688
687689
.app-navigation-entry__title {

0 commit comments

Comments
 (0)