Skip to content

Commit 13a49ff

Browse files
susnuxbackportbot[bot]
authored andcommitted
fix(user-status): adjust user status icon size
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent fe65c75 commit 13a49ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/user_status/src/components/OnlineStatusSelect.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ export default {
8686
}
8787
8888
&__icon {
89-
flex-shrink: 0;
90-
max-width: 34px;
91-
max-height: 100%;
89+
height: 20px;
90+
width: 20px;
91+
padding: calc((var(--default-clickable-area) - 20px) / 2);
9292
}
9393
9494
&__input:checked + &__label {

0 commit comments

Comments
 (0)