]> cat aescling's git repositories - mastodon.git/commitdiff
Improve responsiveness of registration form and closed banner (#1265)
authorPavel Djundik <xPaw@users.noreply.github.com>
Sat, 8 Apr 2017 16:31:50 +0000 (19:31 +0300)
committerEugen <eugen@zeonfederated.com>
Sat, 8 Apr 2017 16:31:50 +0000 (18:31 +0200)
app/assets/stylesheets/about.scss

index 6d9bd50a32372881fde6d3deba0df5aa2c548381..8bf950d41638367a758308e7e06e600accf122fb 100644 (file)
       padding: 20px;
     }
 
-    .screenshot-with-signup .mascot {
-      display: none;
-    }
-
     .features-list {
       display: block;
     }
       }
     }
   }
+  
+  @media screen and (max-width: 625px) {
+    .mascot {
+      display: none;
+    }
+
+    .simple_form, .closed-registrations-message {
+      flex: auto;
+    }
+  }
 }
 
 .closed-registrations-message {