mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
fix(files_sharing): fix sharing status indicator side after component update
Seems like the components now have max-height/width set too Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
b74a59b331
commit
c1b95ab025
1 changed files with 3 additions and 1 deletions
|
|
@ -30,6 +30,8 @@
|
|||
svg.sharing-status__avatar {
|
||||
height: 32px !important;
|
||||
width: 32px !important;
|
||||
max-height: 32px !important;
|
||||
max-width: 32px !important;
|
||||
border-radius: 32px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue