dvdvdmt / popup-tab-switcher

A browser extension that makes switching between tabs more convenient
85 stars 5 forks source link

Preserve popup look on page zooming #37

Closed dvdvdmt closed 3 years ago

dvdvdmt commented 3 years ago

The popup tries to look the same independent of a page zoom level. Unfortunately there is no way of getting zoom level reliably (https://stackoverflow.com/questions/1713771/how-to-detect-page-zoom-level-in-all-modern-browsers).

Currently extension specific API browser.tabs.getZoom() is used to get tab zoom factor. Despite of knowing zoom factor the minimal font size on large zoom levels can't be rewritten.