Skip to content

Commit cb57d4d

Browse files
committed
fix(navbar): adjust avatar fallback css
1 parent b172331 commit cb57d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/navbar/NavbarSettingsDopdown.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const onSelect: DropdownProps['onSelect'] = async (key: string, { label }) => {
166166
:style="{ '--n-avatar-size-override': '1.3125rem' }"
167167
:on-error="onAvatarError"
168168
/>
169-
<NIcon v-else style="position: absolute; top: 0.4rem; right: 0.75rem" size="1.5em">
169+
<NIcon v-else style="margin-left: -0.25rem" size="1.25em">
170170
<IconAccount />
171171
</NIcon>
172172
</NFlex>

0 commit comments

Comments
 (0)