diff --git a/browser_tests/tests/mobileBaseline.spec.ts-snapshots/mobile-settings-dialog-mobile-chrome-linux.png b/browser_tests/tests/mobileBaseline.spec.ts-snapshots/mobile-settings-dialog-mobile-chrome-linux.png index d9f0e5a7b..6bb4ac6e3 100644 Binary files a/browser_tests/tests/mobileBaseline.spec.ts-snapshots/mobile-settings-dialog-mobile-chrome-linux.png and b/browser_tests/tests/mobileBaseline.spec.ts-snapshots/mobile-settings-dialog-mobile-chrome-linux.png differ diff --git a/src/components/common/SearchBox.vue b/src/components/common/SearchBox.vue index 3d91ddfe0..2c99dfd1c 100644 --- a/src/components/common/SearchBox.vue +++ b/src/components/common/SearchBox.vue @@ -14,7 +14,12 @@ :placeholder :autofocus unstyled - class="absolute inset-0 size-full pl-11 border-none outline-none bg-transparent text-sm" + :class=" + cn( + 'absolute inset-0 size-full border-none outline-none bg-transparent text-sm', + isLarge ? 'pl-11' : 'pl-8' + ) + " :aria-label="placeholder" />