mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix(sprites): more pixel alignment
This commit is contained in:
parent
c96d3c8ec5
commit
3eaf993c1b
2 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ export default {
|
|||
return this.overrideTopPadding;
|
||||
}
|
||||
|
||||
let val = '28px';
|
||||
let val = '27px';
|
||||
|
||||
if (!this.avatarOnly) {
|
||||
if (this.member.items.currentPet) val = '24px';
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@
|
|||
margin: 0 auto;
|
||||
|
||||
.character-sprites span {
|
||||
left: 25px;
|
||||
left: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue