mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
avatar-image fix
This commit is contained in:
parent
533bc045d0
commit
2bb5a31fa4
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,8 @@ avatar-radius = 50%
|
|||
position: absolute
|
||||
|
||||
&.avatar-image
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
height: 100%
|
||||
width: @height
|
||||
|
||||
|
|
|
@ -29,6 +29,8 @@ avatar-radius = 50%
|
|||
position: absolute
|
||||
|
||||
&.avatar-image
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
height: 100%
|
||||
width: @height
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue