mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-08 21:38:43 +00:00
Fixes character appears too high in avatar on profile when no pet or mount is equipped (#7916) (#8318)
This commit is contained in:
parent
89279c8aed
commit
1dbc42f48a
2 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ future re: pets and whatnot, this is just temporary.
|
|||
&.hasPet
|
||||
padding-top: 1.75em
|
||||
&.hasMount
|
||||
padding-top:0em
|
||||
padding-top: 0em !important
|
||||
|
||||
// Backgrounds – Set a background color when no background image is set
|
||||
&.noBackgroundImage
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ html, body
|
|||
&.herobox
|
||||
padding-right: 0px
|
||||
padding-left: 0px
|
||||
padding-top: 2em
|
||||
|
||||
.death-modal // a .modal-body
|
||||
margin: 10px
|
||||
|
|
@ -217,8 +218,7 @@ div[window-class="vertically-centered-modals"]:before
|
|||
vertical-align: middle
|
||||
margin-right: -4px // Adjusts for spacing
|
||||
|
||||
div[window-class="vertically-centered-modals"] .modal-dialog
|
||||
div[window-class="vertically-centered-modals"] .modal-dialog
|
||||
display: inline-block
|
||||
text-align: left
|
||||
vertical-align: middle
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue