Fx57:tab list arrow not visible

User Help for Mozilla Firefox
Post Reply
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Fx57:tab list arrow not visible

Post by Diorser »

Hi,

I've noticed something strange on Fx57 tab bar: the "tab list arrow" is only visible during customization.
Image

Normal mode:
Image

I confirm this with a fresh profile, with several open tabs.
Do I miss something obvious ?
User avatar
GHM113
Posts: 707
Joined: December 16th, 2015, 3:59 am
Location: Moscow, Russia

Re: Fx57:tab list arrow not visible

Post by GHM113 »

It appears when the tab bar can't fit all opened tabs and switches to overflow mode with scroll buttons at the left and right end of the tab bar.
Sorry for my poor English.
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: Fx57:tab list arrow not visible

Post by Diorser »

Ok I see. More than 24 tabs need to be opened on my screen to see this arrow, and even more if browser.tabs.tabMinWidth is set to 50 or less.
Is there a trick to get this arrow visible much earlier, or always visible ?
User avatar
GHM113
Posts: 707
Joined: December 16th, 2015, 3:59 am
Location: Moscow, Russia

Re: Fx57:tab list arrow not visible

Post by GHM113 »

It is possible to make this arrow always visible using .css tweaks. Try this code:

Code: Select all

@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
#tabbrowser-tabs ~ #alltabs-button { visibility:visible!important; }
Type about:support in the address bar - Enter - Open folder
Create chrome folder, create text file inside it and rename it to userChrome.css
Open userChrome.css and paste the code above
Restart the browser
Sorry for my poor English.
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: Fx57:tab list arrow not visible

Post by Diorser »

I already have userChrome.css and userContent.css, and your proposal works fine !
Thank you.
Post Reply