From: Anton Khorev Date: Mon, 20 May 2024 16:48:14 +0000 (+0300) Subject: Decrease image width and height X-Git-Tag: live~486^2~3 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/dfa1255feeffc4df6a7002249df03eef24103c0b Decrease image width and height --- diff --git a/app/assets/images/welcome-sprite.svg b/app/assets/images/welcome-sprite.svg index d7253d860..ae3b642e9 100644 --- a/app/assets/images/welcome-sprite.svg +++ b/app/assets/images/welcome-sprite.svg @@ -1,4 +1,4 @@ - + diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index c3f2b36ad..605f4f077 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -883,7 +883,7 @@ div.secondary-actions { width: 50px; height: 50px; background-image: image-url("welcome-sprite.svg"); - background-size: 500px 250px; + background-size: 400px 50px; } .sprite.x {