File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383
8484/* This input is in #___gcse_0 search bar */
8585input #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 ;
Original file line number Diff line number Diff 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)
122122function 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
You can’t perform that action at this time.
0 commit comments