mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-23 19:32:03 -04: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
|
color: black
|
||||||
border-bottom: #32281e 1px solid
|
border-bottom: #32281e 1px solid
|
||||||
|
|
||||||
img
|
div
|
||||||
|
background-size: cover // Will be center along the largest dim.
|
||||||
border: #e3be7a 8px solid
|
border: #e3be7a 8px solid
|
||||||
height: 98px // Includes the border
|
height: 98px // Includes the border
|
||||||
&:hover
|
&:hover
|
||||||
|
|
|
@ -26,7 +26,7 @@ block header
|
||||||
li.user-dropdown-header
|
li.user-dropdown-header
|
||||||
span.user-level= me.level()
|
span.user-level= me.level()
|
||||||
a(href="/user/#{me.getSlugOrID()}")
|
a(href="/user/#{me.getSlugOrID()}")
|
||||||
img.img-circle(src="#{me.getPhotoURL()}" alt="")
|
div.img-circle(style="background-image: url(#{me.getPhotoURL()})")
|
||||||
h3=me.displayName()
|
h3=me.displayName()
|
||||||
li
|
li
|
||||||
a(href="/user/#{me.getSlugOrID()}" data-i18n="nav.profile")
|
a(href="/user/#{me.getSlugOrID()}" data-i18n="nav.profile")
|
||||||
|
|
Loading…
Add table
Reference in a new issue