We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e479e1 commit da5a6a2Copy full SHA for da5a6a2
src/components/TopBar/components/TopBarRight.vue
@@ -514,7 +514,7 @@ const shouldShowDivider = computed(() => {
514
:style="{ opacity: popupVisible?.userPanel ? 1 : 0 }"
515
bg="[url(https://i0.hdslb.com/bfs/seed/jinkela/short/user-avatar/big-vip.svg)] contain no-repeat"
516
w="28%" h="28%" z-1
517
- pos="absolute bottom--20px right-28px" duration-300
+ pos="absolute bottom-18px right-11px" duration-300
518
/>
519
520
<Transition name="slide-in">
src/components/TopBar/styles/index.scss
@@ -97,7 +97,7 @@
97
98
.vip-img {
99
&.hover {
100
- --uno: "transform scale-180 translate-y-55px translate-15px";
+ --uno: "transform scale-180 translate-y-86px translate-x--12px";
101
}
102
103
0 commit comments