Skip to content

Commit ff4be8b

Browse files
committed
fix(ui): make homepage search button square on mobile
icon-only for mobile only breaks auto-detection. Manually override padding on mobile.
1 parent 39b1337 commit ff4be8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ defineOgImageComponent('Default', {
9292
<ButtonBase
9393
type="submit"
9494
variant="primary"
95-
class="absolute inset-ie-2 border-transparent"
95+
class="absolute inset-ie-2 border-transparent max-sm:p-2"
9696
classicon="i-lucide:search"
9797
>
9898
<span class="sr-only sm:not-sr-only">

0 commit comments

Comments
 (0)