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 de9a8b8 commit 71ae848Copy full SHA for 71ae848
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sub-store-front-end",
3
- "version": "2.27.2",
+ "version": "2.27.3",
4
"private": true,
5
"packageManager": "pnpm@11.0.9",
6
"scripts": {
src/views/My.vue
@@ -37,7 +37,7 @@
37
</p>
38
</div>
39
40
- <div v-else class="avatar-wrapper">
+ <div v-else class="avatar-wrapper gist-avatar-wrapper">
41
<nut-avatar
42
:key="avatarDisplayKey"
43
:class="{ 'avatar-fallback': isAvatarFallback }"
@@ -1785,6 +1785,10 @@ const setTag = (current) => {
1785
color: var(--comment-text-color);
1786
}
1787
1788
+
1789
+ &.gist-avatar-wrapper p.title {
1790
+ font-size: 16px;
1791
+ }
1792
1793
1794
.actions {
0 commit comments