From: Andy Allan Date: Thu, 4 Mar 2021 11:08:11 +0000 (+0000) Subject: Remove CSS overrides for the login page at small screen sizes X-Git-Tag: live~2499^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/18b8780f2115263c31bb0ec7c04f29e352bec22e?hp=2233edbcfa15d532c2232e5e71a2a2495e3a72eb Remove CSS overrides for the login page at small screen sizes Some of these selectors no longer apply, and the one that did just made the behaviour worse, so they are all no longer required. --- diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 808b8caa6..530d7b7e6 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -124,26 +124,3 @@ body.small-nav { } } } - -@media (max-width: 575.98px) { - /* Rules for the login form */ - - #login_login input#user_email { - width: 100%; - max-width: 18em; - } - - #login_login input#user_password { - width: 100%; - max-width: 18em; - } - - #login_login input#openid_url { - width: 100%; - max-width: 18em; - } - - #login_openid_buttons td { - padding: 2px; - } -}