From dfa1255feeffc4df6a7002249df03eef24103c0b Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Mon, 20 May 2024 19:48:14 +0300 Subject: [PATCH] Decrease image width and height --- app/assets/images/welcome-sprite.svg | 2 +- app/assets/stylesheets/common.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.5