Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
fix avatar width & missing jade files
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Jul 12, 2015
1 parent 56acdd5 commit fcef4fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions styles/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ for $stage in (worst $worst) (worse $worse) (bad $bad) (neutral $neutral) (good
display block
padding 0 5px
margin 5px 3px 0 0
width 100%
.meter-text
z-index 100
.meter-label
Expand Down
4 changes: 2 additions & 2 deletions views/app.jade
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include ../node_modules/habitrpg/website/views/shared/mixins
include ../node_modules/habitrpg/website/views/shared/header/avatar
include ../node_modules/habitrpg/website/views/shared/avatar/index
include ../node_modules/habitrpg/website/views/options/profile
include ../node_modules/habitrpg/website/views/shared/modals/quest-rewards
include ../node_modules/habitrpg/website/views/options/social/boss
include ../node_modules/habitrpg/website/views/options/social/quests/index
include app/avatar
include app/list
include app/details
Expand Down

0 comments on commit fcef4fa

Please sign in to comment.