From: Andy Allan Date: Wed, 14 Sep 2022 15:45:02 +0000 (+0100) Subject: Use bootstrap utility classes for showing the new user arm X-Git-Tag: live~1129^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a3474de4d885b6b28053f900306f08c543c1c0f0?hp=5ab682dbbdc0bc4034d1c93aae3d082dae09fa65 Use bootstrap utility classes for showing the new user arm The original value was close to the 'lg' breakpoint, but the 'md' breakpoint is fine for this too. --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index ed444899f..18ac4dc77 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1719,9 +1719,3 @@ dl.dl-inline { } @import 'browse'; - -@media only screen and (max-width:960px) { - .header-illustration.new-user-arm { - display: none; - } -} diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 081c4a99f..262cd4a06 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -7,7 +7,7 @@

<%= t ".title" %>

-
+
<% end %>