tabtree icon indicating copy to clipboard operation
tabtree copied to clipboard

Tab Font Size - High Resolution Display

Open richnetdesign opened this issue 9 years ago • 1 comments
trafficstars

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.

richnetdesign avatar Apr 14 '16 23:04 richnetdesign

Quick fix with Stylish or userChrome.css:

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

traxium avatar Aug 17 '16 15:08 traxium