mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Merge branch 'fix-profile-pic-bug' of git://github.com/h3yduck/codecombat into h3yduck-fix-profile-pic-bug
This commit is contained in:
commit
9a29f898a9
2 changed files with 3 additions and 2 deletions
|
@ -117,7 +117,8 @@
|
|||
color: black
|
||||
border-bottom: #32281e 1px solid
|
||||
|
||||
img
|
||||
div
|
||||
background-size: cover // Will be center along the largest dim.
|
||||
border: #e3be7a 8px solid
|
||||
height: 98px // Includes the border
|
||||
&:hover
|
||||
|
|
|
@ -26,7 +26,7 @@ block header
|
|||
li.user-dropdown-header
|
||||
span.user-level= me.level()
|
||||
a(href="/user/#{me.getSlugOrID()}")
|
||||
img.img-circle(src="#{me.getPhotoURL()}" alt="")
|
||||
div.img-circle(style="background-image: url(#{me.getPhotoURL()})")
|
||||
h3=me.displayName()
|
||||
li
|
||||
a(href="/user/#{me.getSlugOrID()}" data-i18n="nav.profile")
|
||||
|
|
Loading…
Reference in a new issue