Onion error icon (.title icon) is cropped
Noticed in the initial ESR 128 branch. If you visit one of the following:
notanonion.onion
about:blocked?e=deceptiveBlocked&u=example.org
the icon is cropped at the bottom. This is because the icon of the .title
sized to be 1.6em
, but the text content of .title-text
is a few pixels short. This could be fixed by giving the .title-text
a min-height: 1.2em
.
Note, I tested in Firefox 127.0, a build on FIREFOX_BETA_128_BASE
and it doesn't seem to have the same problem .title
. Even though all the computed styles match (font size and family and line height is "normal"), in firefox the text is 3px taller. This could be because we force fonts in Tor Browser. Hopefully, they would still fix this upstream though, so I opened bugzilla bug 1904802.