Skip to content

Commit

Permalink
Moved searchmode-switcher code from 134+ to 133+
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbruni committed Nov 1, 2024
1 parent 97fad45 commit 2d1bb91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ UC_API.Runtime.startupFinished().then(()=>{
},
adjustAccelTextWidth: true,
});
if (is134Plus) {
if (is133Plus) {
gkToolbarButtons.create({
id: "searchmode-switcher",
removable: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@
}
}
}

#urlbar-searchmode-switcher {
display: none !important;
}
}

&[is134Plus] {
#urlbar:not([breakout-extend]) {
top: unset !important;
}

#urlbar-searchmode-switcher {
display: none !important;
}
}
}

Expand Down

0 comments on commit 2d1bb91

Please sign in to comment.