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

Blank "notch" in upper left corner

  • 1 பதிலளி
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 1 view
  • Last reply by herve.legrand

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.

All Replies (1)

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

herve.legrand மூலமாக திருத்தப்பட்டது