Make pro icon smaller on small user avatars
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
width calc(avatar-size / 2)
|
||||
height calc(avatar-size / 2)
|
||||
|
||||
.user-pro-icon
|
||||
font-size calc(user-pro-icon-size / 2)
|
||||
|
||||
.ranking-user-nick
|
||||
margin-left 0.8rem
|
||||
|
||||
|
@ -35,5 +35,5 @@
|
||||
position absolute
|
||||
bottom -2px
|
||||
right -2px
|
||||
font-size 1.1rem
|
||||
font-size user-pro-icon-size
|
||||
filter drop-shadow(0 0 3px hsla(link-color-h, link-color-s, link-color-l, 0.35))
|
Reference in New Issue
Block a user