From ab493e1a2532a73ddaaf00f41c9eff7b14d9b5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 31 Jan 2023 17:46:26 +0100 Subject: [PATCH] Adjust globe position in header button --- webapp/components/_new/generic/BaseIcon/BaseIcon.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/_new/generic/BaseIcon/BaseIcon.vue b/webapp/components/_new/generic/BaseIcon/BaseIcon.vue index d75428175..970ffaea1 100644 --- a/webapp/components/_new/generic/BaseIcon/BaseIcon.vue +++ b/webapp/components/_new/generic/BaseIcon/BaseIcon.vue @@ -59,8 +59,8 @@ export default { } &.--large { - margin-top: 2.5px; - margin-left: 3px; + margin-top: 1px; + margin-left: 4px; height: 2.2em; } }