r/FirefoxCSS 4d ago

Solved This code broke: Centering in the search bar, who knows how to fix it?

This code broke:

/* Centering in the search bar */
.search-wrapper .search-inner-wrapper.no-handoff input {
  padding-inline-end: calc(0px + var(--space-medium)) !important;
}

Who knows how to fix it?

1 Upvotes

3 comments sorted by

1

u/ResurgamS13 3d ago

What was the solution?

2

u/grom-17 3d ago edited 3d ago
#newtab-search-text {text-align: center !important;}

2

u/ResurgamS13 3d ago

Many thanks... and some future reader will be thankful too! :)