Fix AppMenu icons for firefox

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-11-08 14:21:53 +01:00
parent 175ac79f97
commit 2ee7221d4b

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 {