client icon indicating copy to clipboard operation
client copied to clipboard

Adder font size is too small on Stack Overflow

Open robertknight opened this issue 3 years ago • 2 comments

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:

Adder font size

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.

robertknight avatar Jul 03 '22 07:07 robertknight

The Angular docs are even worse:

Angular docs

robertknight avatar Jul 06 '22 19:07 robertknight

Related issue: https://github.com/hypothesis/client/issues/4248

lyzadanger avatar Jul 07 '22 12:07 lyzadanger