bt90
bt90
Not sure if this works or has the desired effect. Regular container ports are proxied by docker. So caddy would only be able to manipulate the one within the container?...
> we'll probably just have to document that users should use `--cap-add=net_admin` (or whatever) if they want better performance with QUIC 🤔 That in combination with `--network host` should yield...
White text on a gray background should also be avoided, as the contrast is far too low. see https://webaim.org/resources/contrastchecker/?fcolor=FFFFFF&bcolor=A5A5A5
I think the missing cursor is the biggest offender to be honest. At least on Firefox you get no real feedback. I guess the autogenerated name isn't really set as...
Could we fill in the input instead of using a placeholder? Clicking the edit button should focus on the input and select the entire text. That should be enough to...
Ah! It's not an input at all:  Switching to a proper text input might solve our problems.
The contenteditable div seems to trigger a known Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=904846
> I don’t think it has anything to do with the node type. Also, the Firefox bug seems to only impact nodes with a `::before` pseudo-element which we do not...
Minimal CSS to restore most of the look: ```css input:focus::placeholder { color: transparent; } input::placeholder { font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif; line-height: 20px; opacity: 1; font-weight: 400; } ```...
I'm curious but why is a `` used here?