Fix hamburger button icon size
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle 2025-10-22 18:55:34 +03:00
parent 4972e06992
commit 47c011dc2f

View File

@ -12,7 +12,8 @@
}
.hamburger.fab svg {
width: 2.25rem;
min-width: 2.25rem;
max-width: 2.25rem;
stroke-width: 2px;
}