Merge pull request #35191 from nextcloud/backport/35029/stable25

[stable25] Fix AppMenu icons for firefox
This commit is contained in:
Pytal 2022-11-15 19:02:23 -08:00 committed by GitHub
commit 3881c021e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -184,6 +184,7 @@ $header-icon-size: 20px;
width: $header-icon-size;
height: $header-icon-size;
padding: calc((100% - $header-icon-size) / 2);
box-sizing: content-box;
}
.app-menu-entry--label {

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long