Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Blank "notch" in upper left corner

  • 1 përgjigje
  • 2 e kanë hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga herve.legrand

more options

Since the Quantum update, there has been a blank "notch" in the upper left corner of my browser window. It's just a blank space to the left of my leftmost tab and above the "back" button. I'd like to move my tabs to the left to fill in this space. I sometimes have a lot of tabs open and like to be efficient with my use of space.

Thank you.

Since the Quantum update, there has been a blank "notch" in the upper left corner of my browser window. It's just a blank space to the left of my leftmost tab and above the "back" button. I'd like to move my tabs to the left to fill in this space. I sometimes have a lot of tabs open and like to be efficient with my use of space. Thank you.

Krejt Përgjigjet (1)

more options

First you have to create userChrome.css file. Here is the guide:

https://vimeo.com/241645477

Then paste this text into userChrome.css, save the file and restart Firefox:

#TabsToolbar {
  padding-top: 0px !important;
}
.titlebar-placeholder[type="pre-tabs"] {
  display: none !important;
}

Ndryshuar nga herve.legrand