Skip to content

Commit f5d6c9d

Browse files
committed
fix: improve indents on package page
1 parent c3a97f6 commit f5d6c9d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/components/Terminal/Install.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)