traxium
traxium
E.g. it should make the rows much bigger: ``` CSS @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #tt-treechildren::-moz-tree-row, #tt-treechildren-feedback::-moz-tree-row { min-height: 18px; height: 6em; } ```
Couldn't confirm on FF 49.0.2 Mint 18 VMware. What's your video card manufacturer, Intel? Line `aDOMWindow.document.documentElement.removeAttribute("tt-auto-hide-when-maximized");` triggers these CSS rules from tt-auto-hide.css: ``` CSS #main-window[sizemode="maximized"][tt-auto-hide-when-maximized] #tt-toggler { visibility: visible; }...
Yes. See #12 #53. Probably you have Intel graphics. Disabling "Use hardware acceleration when available" in Firefox options (Options -> Advanced -> General) should help.
Just to be sure. Do you have Intel graphics card?
Thanks. There was another report https://github.com/traxium/tabtree/issues/12#issuecomment-140667852 concerning Intel HD and the same problem. Now we can presume that the problem with Intel HD graphics drivers and this add-on confirmed. Recently...
Do you always have scrollbars on Tab Tree's sidebar, even when you have only 2 tabs? Look at screenshots on [Tab Tree AMO homepage](https://addons.mozilla.org/en-US/firefox/addon/tab-tree/) — there are no scrollbars. If...
> difficult to discern the current tab Try "Dark" theme instead of "Try to mimic the Firefox theme" — it uses hardcoded colors. The text on the tab titles should...
> auto-focus feature What's it? I couldn't find it in TMP options.
Quick fix with [Stylish](https://addons.mozilla.org/en-US/firefox/addon/stylish/?src=ss) or [userChrome.css](http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes): ``` CSS .tt-treechildren { font-size: 20px; } ```
In the beginning I did it like you say. But what would you do if you wanted to click a link on a web page that happened to be in...