Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox New Tab page

  • 8 replies
  • 0 have this problem
  • 34 views
  • Last reply by Alby7

more options

Hi everyone, I'm asking for help following the latest update (Firefox 143.0.1): the corners of the top site preview boxes have changed, as shown in the first screenshot. I was wondering if it's possible to permanently restore them to the same state as in the second screenshot, perhaps via userContent.css.

Hi everyone, I'm asking for help following the latest update (Firefox 143.0.1): the corners of the top site preview boxes have changed, as shown in the first screenshot. I was wondering if it's possible to permanently restore them to the same state as in the second screenshot, perhaps via userContent.css.

Chosen solution

Hello

For information purposes. Firefox advanced customization and configuration options. https://support.mozilla.org/en-US/kb/firefox-advanced-customization-and-configuration

An subject. https://connect.mozilla.org/t5/discussions/the-new-tab-ui-change-is-terrible/td-p/105808

At the left without userContent.css - with userContent.css at the right.

Read this answer in context 👍 0

All Replies (8)

more options

First screenshot

Helpful?

more options

Second Screenshot

Helpful?

more options

First Screenshot (zoom)

Helpful?

more options

Second Screenshot (zoom)

Helpful?

more options

Try this in userContent.css; play with the number:

@-moz-document url(about:home), url(about:newtab) { .top-site-outer .tile .top-site-icon {

 border-radius: 4px !important;
 }

}

Modified by Ed

Helpful?

more options

Chosen Solution

Hello

For information purposes. Firefox advanced customization and configuration options. https://support.mozilla.org/en-US/kb/firefox-advanced-customization-and-configuration

An subject. https://connect.mozilla.org/t5/discussions/the-new-tab-ui-change-is-terrible/td-p/105808

At the left without userContent.css - with userContent.css at the right.

Helpful?

more options

You can try, to see.

@-moz-document url(about:home), url(about:newtab) { /* Smaller border radius */ .tile, .top-site-outer { border-radius: var(--border-radius-medium) !important } .top-site-icon { border-radius: var(--border-radius-small) !important } }

Helpful?

more options

Agent virtuel ha detto

Hello For information purposes. Firefox advanced customization and configuration options. https://support.mozilla.org/en-US/kb/firefox-advanced-customization-and-configuration An subject. https://connect.mozilla.org/t5/discussions/the-new-tab-ui-change-is-terrible/td-p/105808 At the left without userContent.css - with userContent.css at the right.

Thanks for replying. I tried the solution in the second link and it worked. Thanks again.

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.