Skip to content

Commit 45d3d3b

Browse files
committed
refactor: resize identicon
1 parent 9cf533e commit 45d3d3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ManageProfileEdit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img
1212
:src="identicon"
1313
:alt="fields.nickname"
14-
class="rounded-full w-18 h-18 mx-auto"
14+
class="rounded-full w-32 h-32 mx-auto"
1515
title="來自 Gravatar 的大頭貼"
1616
>
1717
</div>

src/components/ManageProfileShow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<img
1919
:src="identicon"
2020
:alt="myProfile.nickname"
21-
class="rounded-full w-18 h-18 mx-auto"
21+
class="rounded-full w-32 h-32 mx-auto md:w-16 md:h-16"
2222
title="來自 Gravatar 的大頭貼"
2323
>
2424
</div>

0 commit comments

Comments
 (0)