fix(user-status): adjust user status icon size

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/55018/head
Ferdinand Thiessen 2025-09-10 17:09:57 +07:00 committed by backportbot[bot]
parent fe65c757d3
commit 13a49ff1ef
1 changed files with 3 additions and 3 deletions

@ -86,9 +86,9 @@ export default {
}
&__icon {
flex-shrink: 0;
max-width: 34px;
max-height: 100%;
height: 20px;
width: 20px;
padding: calc((var(--default-clickable-area) - 20px) / 2);
}
&__input:checked + &__label {