Skip to content

Commit

Permalink
fix(profile): tiny avatar shows again. closes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 20, 2023
1 parent 2aec357 commit c079201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/src/app/pages/me/me.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<app-avatar
slot="start"
size="small"
[padding]="0"
[avatar]="data.player?.cosmetics?.portrait ?? 4"
></app-avatar>

Expand Down
3 changes: 1 addition & 2 deletions client/src/app/pages/me/me.page.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

app-avatar {
position: relative;
left: -32px;
top: -18px;
left: -16px;

max-height: 64px;
max-width: 64px;
Expand Down

0 comments on commit c079201

Please sign in to comment.