mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(avatar): use full background width
This commit is contained in:
parent
3eaf993c1b
commit
d079b52c63
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
@import '~client/assets/scss/colors.scss';
|
||||
|
||||
.avatar {
|
||||
width: 140px;
|
||||
width: 141px;
|
||||
height: 147px;
|
||||
image-rendering: pixelated;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Reference in a new issue