From 19e4436207bcd46f04884f97931576c8c0873d31 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Thu, 16 Jun 2022 22:23:24 +0300 Subject: [PATCH] Set the standalone search bar height in the SearchBar component (#1521) * Set the standalone search bar height in the SearchBar component * Update the .pot file * Add missing snapshots * Update the pot file * Add snapshots in the correct dir --- .../VHeader/VSearchBar/VSearchBar.vue | 1 + src/locales/po-files/openverse.pot | 6 +++--- src/pages/index.vue | 2 +- .../visual-regression/pages/pages.spec.ts | 8 +++++++- .../non-existent-ltr-2xl-linux.png | Bin 0 -> 61957 bytes .../non-existent-ltr-lg-linux.png | Bin 0 -> 49310 bytes .../non-existent-ltr-md-linux.png | Bin 0 -> 37164 bytes .../non-existent-ltr-sm-linux.png | Bin 0 -> 36637 bytes .../non-existent-ltr-xl-linux.png | Bin 0 -> 54715 bytes .../non-existent-ltr-xs-linux.png | Bin 0 -> 31356 bytes .../non-existent-rtl-2xl-linux.png | Bin 0 -> 62816 bytes .../non-existent-rtl-lg-linux.png | Bin 0 -> 49808 bytes .../non-existent-rtl-md-linux.png | Bin 0 -> 38325 bytes .../non-existent-rtl-sm-linux.png | Bin 0 -> 37451 bytes .../non-existent-rtl-xl-linux.png | Bin 0 -> 55718 bytes .../non-existent-rtl-xs-linux.png | Bin 0 -> 31709 bytes 16 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-2xl-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-lg-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-md-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-sm-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-xl-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-xs-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-2xl-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-lg-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-md-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-sm-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-xl-linux.png create mode 100644 test/playwright/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-xs-linux.png diff --git a/src/components/VHeader/VSearchBar/VSearchBar.vue b/src/components/VHeader/VSearchBar/VSearchBar.vue index 0dec7a19fc..bac130d56c 100644 --- a/src/components/VHeader/VSearchBar/VSearchBar.vue +++ b/src/components/VHeader/VSearchBar/VSearchBar.vue @@ -1,6 +1,7 @@