Fix log out button icon size

This commit is contained in:
Kalle
2025-10-26 15:27:55 +02:00
parent 2e6acc90f5
commit b558f1b76f
2 changed files with 8 additions and 5 deletions

View File

@@ -114,13 +114,13 @@
margin-inline-end: 0 !important;
}
.small > .buttonIcon {
.buttonIconSmall {
min-width: 1rem;
max-width: 1rem;
margin-inline-end: var(--s-1);
}
.miniscule > .buttonIcon {
.buttonIconMiniscule {
min-width: 0.857rem;
max-width: 0.857rem;
margin-inline-end: var(--s-1);