Improved search

This commit is contained in:
2018-04-02 16:07:52 +02:00
parent 487695cbce
commit b201649b4b
6 changed files with 48 additions and 32 deletions

View File

@ -1,3 +1,5 @@
const profile-image-size = 280px
.profile
vertical
align-items center
@ -114,8 +116,10 @@
.profile-image-container
flex 1
max-width 280px
max-height 280px
width profile-image-size
height profile-image-size
max-width profile-image-size
max-height profile-image-size
border-radius ui-element-border-radius
overflow hidden