Skip to content

Commit 0399dbf

Browse files
authored
Merge pull request Expensify#75703 from Eskalifer1/fix/74592
2 parents 2c78903 + 8e5648c commit 0399dbf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_sass/_search-bar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383

8484
/* This input is in #___gcse_0 search bar */
8585
input#gsc-i-id1.gsc-input {
86+
background-image: none !important;
8687
background-color: var(--color-appBG) !important;
8788
padding: 15px 0px 0px !important;
8889
pointer-events: auto;

docs/assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function openSidebar() {
121121
// Function to adapt & fix cropped SVG viewBox from Google based on viewport (Mobile or Tablet-Desktop)
122122
function changeSVGViewBoxGoogle() {
123123
// Get all inline Google SVG elements on the page
124-
const svgsGoogle = document.querySelectorAll('svg[data-source]:not(.logo)');
124+
const svgsGoogle = document.querySelectorAll('svg[data-source]:not(.logo), .gsc-search-button.gsc-search-button-v2 svg');
125125

126126
Array.from(svgsGoogle).forEach((svg) => {
127127
// Set the viewBox attribute to '0 0 13 13' to make the svg fit in the mobile view

0 commit comments

Comments
 (0)