From 2c21fe0091450f04ebd848a8afcc67e063791d2a Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Sat, 5 Apr 2025 16:48:40 +0200 Subject: [PATCH] Adjust globe positioning --- app/assets/stylesheets/common.scss | 8 +++----- app/views/sessions/new.html.erb | 5 +++-- app/views/users/blocked.html.erb | 5 +++-- app/views/users/new.html.erb | 5 +++-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1fdc3f5d5..7d0e15152 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -664,17 +664,15 @@ tr.turn { } .header-illustration { - background-position: right; + /*rtl:ignore*/ background-position: bottom right; + background-size: contain; background-repeat: no-repeat; position: relative; min-height: 200px; - width: 100%; - left: 0; - bottom: 0; + inset: 0; &.new-user-main { background-image: image-url("illustrations/sign-up.svg"); - background-position-x: 70px; } &.confirm-main { diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index b836de28c..c564686c9 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -10,8 +10,8 @@
<%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %>
<% end %> -