fix customization modal cutting off herobox

This commit is contained in:
Zachary Kain 2013-03-19 01:02:59 -04:00
parent fc01b44a5a
commit 1d93793616
2 changed files with 1 additions and 11 deletions

View file

@ -1,17 +1,8 @@
// $customizations-modal layout
.avatar-window
margin: 0
border: 1px solid darkgrey;
width: 107px;
float: right;
.char-name
margin-top: 6px;
border-top: 1px solid darkgrey;
text-align: center
line-height: 2
margin: 0 1em 0 0
menu
padding: 0;

View file

@ -53,7 +53,6 @@
<!-- user avatar preview -->
<figure class="avatar-window">
<app:avatar:avatar profile={_user} minimal="true" />
<figcaption class="char-name">{username(_user.auth)}</figcaption>
</figure>
<!-- customization options -->