From 8061b1d0fe91b20b4abc0def32ad5da4ecc15efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 31 Jan 2023 15:47:13 +0100 Subject: [PATCH] Reduce size of map button a bit --- webapp/components/_new/generic/BaseIcon/BaseIcon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/_new/generic/BaseIcon/BaseIcon.vue b/webapp/components/_new/generic/BaseIcon/BaseIcon.vue index c01cefe1e..d75428175 100644 --- a/webapp/components/_new/generic/BaseIcon/BaseIcon.vue +++ b/webapp/components/_new/generic/BaseIcon/BaseIcon.vue @@ -61,7 +61,7 @@ export default { &.--large { margin-top: 2.5px; margin-left: 3px; - height: 45.4px; + height: 2.2em; } } }