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

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Firefox New Tab page

  • 8 odpovědí
  • 0 má tento problém
  • 35 zobrazení
  • Poslední odpověď od 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.

Zvolené řešení

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.

Přečíst dotaz v kontextu 👍 0

Všechny odpovědi (8)

more options

First screenshot

Pomohla vám tato odpověď?

more options

Second Screenshot

Pomohla vám tato odpověď?

more options

First Screenshot (zoom)

Pomohla vám tato odpověď?

more options

Second Screenshot (zoom)

Pomohla vám tato odpověď?

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

}

Upravil uživatel Ed dne

Pomohla vám tato odpověď?

more options

Zvolené řešení

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.

Pomohla vám tato odpověď?

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

Pomohla vám tato odpověď?

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.

Pomohla vám tato odpověď?

Položit dotaz

Pro přidání odpovědi se musíte přihlásit ke svému účtu. Pokud dosud nemáte účet, položte nový dotaz.