Merge pull request #55015 from nextcloud/fix/icon-size

fix(user-status): adjust user status icon size
This commit is contained in:
Andy Scherzinger 2025-09-10 19:52:56 +02:00 committed by GitHub
commit 508da59c61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View file

@ -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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long