Skip to content

Commit 3881c02

Browse files
authored
Merge pull request #35191 from nextcloud/backport/35029/stable25
[stable25] Fix AppMenu icons for firefox
2 parents de2290b + a7e3e9a commit 3881c02

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

core/src/components/AppMenu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ $header-icon-size: 20px;
184184
width: $header-icon-size;
185185
height: $header-icon-size;
186186
padding: calc((100% - $header-icon-size) / 2);
187+
box-sizing: content-box;
187188
}
188189
189190
.app-menu-entry--label {

dist/core-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)