mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
fix(user-status): adjust user status icon size
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
6cdf098378
commit
c44534e4f3
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue