Skip to content

Commit

Permalink
Align search engines in the searchbar drop-down
Browse files Browse the repository at this point in the history
  • Loading branch information
bmFtZQ committed Dec 29, 2023
1 parent b0e8a5b commit 2351398
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion chrome/global/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ panelview .toolbarbutton-1,
margin: 4px 0 !important;
}

/* Search suggestions. */
& .autocomplete-richlistitem,
& .search-panel-header {
padding-block: 2px !important;
Expand All @@ -396,8 +397,17 @@ panelview .toolbarbutton-1,
}
}

/* Search engine selector. */
& .search-one-offs {
padding-block-start: 0 !important;
padding-block: 0 5px !important;

& #searchbar-one-offs-header-label {
margin-inline-start: 0 !important;
}

& .search-panel-one-offs-container {
margin-inline: 1px 7px !important;
}
}

}
Expand Down

0 comments on commit 2351398

Please sign in to comment.