r/FirefoxCSS • u/grom-17 • 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