thunderbird / thunderbird-website

Build code for the websites on thunderbird.net and start.thunderbird.net
https://www.thunderbird.net
148 stars 75 forks source link

better compatibility of newsletter form field with Firefox Relay #469

Closed cadeyrn closed 1 year ago

cadeyrn commented 1 year ago

This is how the newsletter form field on your website looks like if you have the Firefox Relay add-on installed:

Bildschirmfoto 2023-07-14 um 09 50 44

I know that it's not your fault and in an ideal world Firefox Relay would do a better job but I don't think that they will change how their add-on works, at least not in the short term. And you could avoid the issue very easily in your CSS:

.fx-relay-email-input-wrapper {
  display: inline-block;
  width: auto !important;
}

Result:

Bildschirmfoto 2023-07-14 um 09 58 57

Since both Thunderbird and Firefox Relay are Mozilla products it would be sad if it looked so broken. I suggest to include the above CSS as it's an easy fix/workaround.

cadeyrn commented 1 year ago

Fixed by Firefox Relay 2.7.3.