From 18b8780f2115263c31bb0ec7c04f29e352bec22e Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 4 Mar 2021 11:08:11 +0000 Subject: [PATCH] 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. --- app/assets/stylesheets/small.scss | 23 ----------------------- 1 file changed, 23 deletions(-) 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; - } -} -- 2.39.5