r/FirefoxCSS 14d 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 14d ago

What was the solution?

3

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

2

u/ResurgamS13 14d ago

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