Skip to content

Commit

Permalink
refactor: resize identicon
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 1, 2024
1 parent 9cf533e commit 45d3d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ManageProfileEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img
:src="identicon"
:alt="fields.nickname"
class="rounded-full w-18 h-18 mx-auto"
class="rounded-full w-32 h-32 mx-auto"
title="來自 Gravatar 的大頭貼"
>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ManageProfileShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<img
:src="identicon"
:alt="myProfile.nickname"
class="rounded-full w-18 h-18 mx-auto"
class="rounded-full w-32 h-32 mx-auto md:w-16 md:h-16"
title="來自 Gravatar 的大頭貼"
>
</div>
Expand Down

0 comments on commit 45d3d3b

Please sign in to comment.