Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

reduce size of crucifix at top!

  • 2 отговора
  • 3 имат този проблем
  • 117 изгледи
  • Последен отговор от cor-el
  • Архивирани

i do not want so much top space wasted by that damn crucifix / new tab button. how to reduce its size?

i do not want so much top space wasted by that damn crucifix / new tab button. how to reduce its size?

Всички отговори (2)

Hi  !

I assume that you are referring to the 'plus sign' (?)

Reducing it's size is (as far as I know) not possible, but you could remove it with userChrome.css code

  /* remove New Tab button */
  .tabs-newtab-button {display:none !important;}

Then, to open a new tab, you could just press 'Ctrl + T'

Променено на от Happy112

Can you attach a screenshot?