Prevent app icon loading when opening the app menu
Some checks failed
CI / Lint (pull_request) Successful in 50s
CI / Test (pull_request) Successful in 56s
Release Drafter / Update release notes draft (pull_request) Has been cancelled

Compile into app code by importing the icon in JS.
This commit is contained in:
2026-03-16 16:02:57 +04:00
parent baaf027900
commit 5892bd0cda
4 changed files with 62 additions and 2 deletions

View File

@@ -632,6 +632,17 @@ body {
/* Icons */
.app-logo-icon {
display: inline-flex;
width: 32px;
height: 32px;
}
.app-logo-icon svg {
width: 100%;
height: 100%;
}
span.icon {
display: inline-block;
}