Bug 1612304 - Change search bar min-width from ch to px so it's consistent across platforms. r=harry

Differential Revision: https://phabricator.services.mozilla.com/D61356

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2020-01-31 14:13:11 +00:00
parent 292f5c39cb
commit c4ae6a5692
2 changed files with 1 additions and 8 deletions

View File

@ -550,13 +550,6 @@ toolbar:not(#TabsToolbar) > #personal-bookmarks {
/* ::::: location bar & search bar ::::: */
/* url bar min-width is defined further down, together with the maximum size
* of the identity icon block, for different window sizes.
*/
#search-container {
min-width: 25ch;
}
#urlbar,
#searchbar {
/* Setting a width and min-width to let the location & search bars maintain

View File

@ -887,7 +887,7 @@
/* Search bar */
#search-container {
min-width: calc(54px + 11ch);
min-width: 125px;
}
.searchbar-search-button {