Skip to content

Commit

Permalink
fix avatar icon sometimes overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkJu committed Dec 16, 2023
1 parent 84a132e commit 1ba0474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/main/Account.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
.avatar {
border-radius: 50%;
height: 35px;
width: 35px;
overflow: hidden;
}
Expand Down

0 comments on commit 1ba0474

Please sign in to comment.