Skip to content

Commit

Permalink
Merge pull request #3539 from nextcloud/fix/app-navigation-icon-repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 2, 2022
2 parents dfcb2ae + 3364415 commit 288d451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NcAppNavigationItem/NcAppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ export default {
width: $clickable-area;
height: $clickable-area;
background-size: $icon-size $icon-size;
background-repeat: no-repeat;
background-position: $icon-margin center;
}
.app-navigation-entry__title {
Expand Down

0 comments on commit 288d451

Please sign in to comment.