Strange line where tab bar was

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
Gazdok
Posts: 29
Joined: May 9th, 2016, 12:27 pm

Strange line where tab bar was

Post by Gazdok »

I am using Waterfox and tried to get rid of the tab bar when only one tab is used. I used the following script in a "userchrome.css" file.

@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul");
#identity-box, #tracking-protection-icon-box {
display: none !important;
}
#nav-bar {
margin-block-end: -35px !important;
visibility:hidden;
}
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
min-height: 0 !important;
}
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] {
visibility: collapse;
}
#tabbrowser-tabs .tabs-newtab-button {
visibility: collapse !important;
}
#tabbrowser-tabs tab {
min-height: var(--tab-min-height)
}

The tab bar is gone but not completly collapsed and one vertical line is left.[img]
https://previews.dropbox.com/p/thumb/AB ... ize_mode=2[/img]

Has anyone got an idea how to get rid of the line?
User avatar
DanRaisch
Moderator
Posts: 127188
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Strange line where tab bar was

Post by DanRaisch »

Moving to Third Party/Unofficial Builds.
Gazdok
Posts: 29
Joined: May 9th, 2016, 12:27 pm

Re: Strange line where tab bar was

Post by Gazdok »

Can you send a link to an unofficial build?
User avatar
DanRaisch
Moderator
Posts: 127188
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Strange line where tab bar was

Post by DanRaisch »

I am using Waterfox
Waterfox is a Third Party build.
Post Reply