From 6211853c04113dae8110ac3bd530b5b188890bb9 Mon Sep 17 00:00:00 2001 From: sh4rkman Date: Thu, 2 Jan 2025 11:22:45 +0100 Subject: [PATCH] reduced main icon size --- src/components/map/map.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/map.scss b/src/components/map/map.scss index 7b63f179d1..4cd03c5c58 100644 --- a/src/components/map/map.scss +++ b/src/components/map/map.scss @@ -139,7 +139,7 @@ $flag-circle-opacity: 0.2; background-size: 50%; transition: opacity 0.1s ease-in; &.circle { - background-size: 90%; + background-size: 80%; } } }