We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf533e commit 45d3d3bCopy full SHA for 45d3d3b
src/components/ManageProfileEdit.vue
@@ -11,7 +11,7 @@
11
<img
12
:src="identicon"
13
:alt="fields.nickname"
14
- class="rounded-full w-18 h-18 mx-auto"
+ class="rounded-full w-32 h-32 mx-auto"
15
title="來自 Gravatar 的大頭貼"
16
>
17
</div>
src/components/ManageProfileShow.vue
@@ -18,7 +18,7 @@
18
19
20
:alt="myProfile.nickname"
21
+ class="rounded-full w-32 h-32 mx-auto md:w-16 md:h-16"
22
23
24
0 commit comments