Updated image sizes
This commit is contained in:
parent
c0744d8ba5
commit
41f8c1a978
@ -1,5 +1,5 @@
|
||||
component ProfileImage(user *arn.User)
|
||||
if user.Avatar != ""
|
||||
img.profile-image(src=user.Avatar + "?s=640&r=x&d=mm", alt="Profile image")
|
||||
img.profile-image(src=user.Avatar + "?s=500&r=x&d=mm", alt="Profile image")
|
||||
else
|
||||
img.profile-image(src="/images/elements/no-gravatar.svg", alt="Profile image")
|
@ -67,7 +67,7 @@ animation cover-animation
|
||||
|
||||
.image-container
|
||||
flex 1
|
||||
max-width 320px
|
||||
max-width 250px
|
||||
|
||||
.intro-container
|
||||
vertical
|
||||
@ -77,6 +77,9 @@ animation cover-animation
|
||||
padding-left calc(content-padding * 2)
|
||||
max-width 900px
|
||||
|
||||
#nick
|
||||
margin-bottom 1rem
|
||||
|
||||
// Categories
|
||||
|
||||
.profile-category
|
||||
|
@ -9,8 +9,8 @@ mixin grid-cell
|
||||
height 16vw
|
||||
min-width 90px
|
||||
min-height 127px
|
||||
max-width 200px
|
||||
max-height 282px
|
||||
max-width 142px
|
||||
max-height 201px
|
||||
border-radius 3px
|
||||
|
||||
background-size cover
|
||||
|
Loading…
Reference in New Issue
Block a user