mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
fix customization modal cutting off herobox
This commit is contained in:
parent
fc01b44a5a
commit
1d93793616
2 changed files with 1 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue