Merge pull request #55018 from nextcloud/backport/55015/stable32

[stable32] fix(user-status): adjust user status icon size
This commit is contained in:
Andy Scherzinger 2025-09-10 21:08:09 +02:00 committed by GitHub
commit b652116494
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