Commit Graph

6 Commits

Author SHA1 Message Date
Emilio Cobos Álvarez 387de38b48 Fix overflowing inputs on some platforms.
`width: 100%` sets the content-box width, unless the box-sizing value is
`border-box`, see:

  https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing

(`box-sizing: border-box` is already the default for `<select>`).

In platforms with more padding by default on inputs (like Firefox on Linux for
example) this can cause the inputs to overflow the popup. Also shrink the
padding manually to what the popup layout expects, so that it doesn't grow past
the popup.

Additionally we remove the appearance from checkboxes so that they don't take up
space.

This fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1625716.
2020-03-29 05:34:27 +02:00
SimonBrazell abb1115b58 Address issues #21, #22, #23, #24, #25 & #26 2020-03-21 20:34:32 +11:00
SimonBrazell 97ca48b1fe OSM redirects (experimental) 2020-02-23 16:19:32 +11:00
SimonBrazell 54a2c89d54 Avoid redirecting `tweetdeck.twitter.com` & list instances 2020-02-12 09:35:58 +11:00
SimonBrazell eb99449f72 Avoid redirecting `studio.youtube.com` & basic instance validation 2020-02-09 11:08:04 +11:00
Simon Brazell 7249afb8ed Complete options & popup menus 2019-10-07 22:59:31 +11:00