Skip to content

Commit

Permalink
Fix AppMenu icons for firefox
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Nov 8, 2022
1 parent 175ac79 commit 2ee7221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/components/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2ee7221

Please sign in to comment.