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