From a3474de4d885b6b28053f900306f08c543c1c0f0 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 14 Sep 2022 16:45:02 +0100 Subject: [PATCH 1/1] 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. --- app/assets/stylesheets/common.scss | 6 ------ app/views/users/new.html.erb | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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 %>
-- 2.45.2