client
client copied to clipboard
Adder font size is too small on Stack Overflow
The font size of the client's adder toolbar is tiny on Stack Overflow (example URL), compared to the text on the page and in the sidebar itself:
The page has a CSS rule that simplifies to html { font-size: 13px }, and that affects the scale of our adder. You could make a case that they shouldn't set a rule like this and then use a larger font size for the majority of text on the page, but we need to make the client work regardless.
Related issue: https://github.com/hypothesis/client/issues/4248