traxium / tabtree

Tab Tree extension for Firefox
https://addons.mozilla.org/en-US/firefox/addon/tab-tree/
GNU General Public License v3.0
144 stars 30 forks source link

Tab Font Size - High Resolution Display #122

Open richnetdesign opened 8 years ago

richnetdesign commented 8 years ago

I have a 4k monitor, and I've installed a few extensions to have firefox render readable text. Autohidpi Fontdpi

These addons work great, however they do not seem to have an effect on the TabTree font size. Would it be possible to have the font size scale according to DPI (controlled by previously stated addons), or perhaps and independant font size configuration option.

Thanks.

traxium commented 8 years ago

Quick fix with Stylish or userChrome.css:

.tt-treechildren {
  font-size: 20px;
}