File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const canGoBack = useCanGoBack()
2727 </h1 >
2828 <button
2929 type =" button"
30- class =" cursor-pointer inline-flex items-center gap-2 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded shrink-0"
30+ class =" cursor-pointer inline-flex items-center gap-2 p-1.5 -mx-1.5 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded shrink-0"
3131 @click =" router.back()"
3232 v-if =" canGoBack"
3333 >
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ useSeoMeta({
170170 </h1 >
171171 <button
172172 type =" button"
173- class =" cursor-pointer inline-flex items-center gap-2 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70 shrink-0"
173+ class =" cursor-pointer inline-flex items-center gap-2 p-1.5 -mx-1.5 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70 shrink-0"
174174 @click =" router.back()"
175175 v-if =" canGoBack"
176176 >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const { locale } = useI18n()
2929 </h1 >
3030 <button
3131 type =" button"
32- class =" cursor-pointer inline-flex items-center gap-2 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70 shrink-0"
32+ class =" cursor-pointer inline-flex items-center gap-2 p-1.5 -mx-1.5 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70 shrink-0"
3333 @click =" router.back()"
3434 v-if =" canGoBack"
3535 >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const icons = [
7676 </h1 >
7777 <button
7878 type =" button"
79- class =" cursor-pointer inline-flex items-center gap-2 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70 shrink-0"
79+ class =" cursor-pointer inline-flex items-center gap-2 p-1.5 -mx-1.5 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70 shrink-0"
8080 @click =" router.back()"
8181 v-if =" canGoBack"
8282 >
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const setLocale: typeof setNuxti18nLocale = locale => {
5353 </h1 >
5454 <button
5555 type =" button"
56- class =" cursor-pointer inline-flex items-center gap-2 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70 shrink-0 p-1.5 -mx-1.5 "
56+ class =" cursor-pointer inline-flex items-center gap-2 p-1.5 -mx-1.5 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70 shrink-0"
5757 @click =" router.back()"
5858 v-if =" canGoBack"
5959 >
You can’t perform that action at this time.
0 commit comments