Skip to content

Commit

Permalink
fix: made image bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 4, 2022
1 parent 9a7496b commit b52f92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/ui/Image.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@

<style>
.image {
width: 60px;
height: 60px;
width: 75px;
height: 75px;
}
img {
object-fit: cover;
Expand Down

0 comments on commit b52f92f

Please sign in to comment.