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

Cari Bantuan

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.

Pelajari Lebih Lanjut

Firefox New Tab page

  • 8 balas
  • 0 memiliki masalah ini
  • 35 kunjungan
  • Balasan terakhir oleh 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.

Solusi terpilih

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.

Baca jawaban ini dalam konteks 👍 0

Semua Balasan (8)

more options

First screenshot

Membantu?

more options

Second Screenshot

Membantu?

more options

First Screenshot (zoom)

Membantu?

more options

Second Screenshot (zoom)

Membantu?

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;
 }

}

Diperbarui oleh Ed pada

Membantu?

more options

Solusi Terpilih

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.

Membantu?

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 } }

Membantu?

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.

Membantu?

Ajukan pertanyaan

Anda harus masuk ke akun Anda untuk membalas kiriman ini. Sila mulai pertanyaan baru, jika Anda belum memiliki akun.