Skip to content

Commit

Permalink
fix(google): prevent duplication of controls
Browse files Browse the repository at this point in the history
fix #365
  • Loading branch information
iorate committed Sep 24, 2023
1 parent 50815aa commit 56e8bbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ const desktopSerpHandlers: Record<string, SerpHandler> = {
},
{
target: '#slim_appbar:empty',
style: {
'#slim_appbar > &:not(:only-child)': {
display: 'none',
},
},
},
{
target: '#botabar',
Expand Down

0 comments on commit 56e8bbb

Please sign in to comment.