File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const props = withDefaults(defineProps<Props>(), {
7474 </div >
7575
7676 <div
77- class =" absolute -top-32 -right -32 w-[550px] h-[550px] rounded-full blur-3xl"
77+ class =" absolute -top-32 -inset-ie -32 w-[550px] h-[550px] rounded-full blur-3xl"
7878 :style =" { backgroundColor: props.primaryColor + '10' }"
7979 />
8080 </div >
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const formattedStars = computed(() =>
116116 </div >
117117
118118 <div
119- class =" absolute -top-32 -right -32 w-[550px] h-[550px] rounded-full blur-3xl"
119+ class =" absolute -top-32 -inset-ie -32 w-[550px] h-[550px] rounded-full blur-3xl"
120120 :style =" { backgroundColor: primaryColor + '10' }"
121121 />
122122 </div >
Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ defineOgImageComponent('Package', {
492492 <button
493493 type =" button"
494494 @click =" copyPkgName()"
495- class =" copy-button absolute z-20 left -0 top-full inline-flex items-center gap-1 px-2 py-1 rounded border text-xs font-mono whitespace-nowrap text-fg-muted bg-bg border-border opacity-0 -translate-y-1 pointer-events-none group-hover:opacity-100 group-hover:translate-y-0 group-hover:pointer-events-auto focus-visible:opacity-100 focus-visible:translate-y-0 focus-visible:pointer-events-auto hover:text-fg focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/40"
495+ class =" copy-button absolute z-20 inset-is -0 top-full inline-flex items-center gap-1 px-2 py-1 rounded border text-xs font-mono whitespace-nowrap text-fg-muted bg-bg border-border opacity-0 -translate-y-1 pointer-events-none group-hover:opacity-100 group-hover:translate-y-0 group-hover:pointer-events-auto focus-visible:opacity-100 focus-visible:translate-y-0 focus-visible:pointer-events-auto hover:text-fg focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/40"
496496 :aria-label =" $t('package.copy_name')"
497497 >
498498 <span class =" i-carbon:copy w-3.5 h-3.5" aria-hidden =" true" />
You can’t perform that action at this time.
0 commit comments