File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ const copyDevInstallCommand = () =>
216216 >
217217 <NuxtLink
218218 :to =" packageRoute(typesPackageName!)"
219- class =" text-fg-subtle hover:text-fg-muted text-xs transition-colors focus-visible:outline-accent/70 rounded select-none"
219+ class =" text-fg-subtle hover:text-fg-muted text-xs transition-colors focus-visible:outline-accent/70 rounded select-none -m-1 p-1 "
220220 :title =" $t('package.get_started.view_types', { package: typesPackageName })"
221221 >
222222 <span class =" i-lucide:arrow-right rtl-flip w-3 h-3 align-middle" aria-hidden =" true" />
Original file line number Diff line number Diff line change @@ -895,6 +895,7 @@ const showSkeleton = shallowRef(false)
895895 :aria-label =" $t('common.scroll_to_top')"
896896 @click =" scrollToTop"
897897 classicon =" i-lucide:arrow-up"
898+ class =" sm:p-2.75"
898899 />
899900 </ButtonGroup >
900901
You can’t perform that action at this time.
0 commit comments