From f15924c0be11098aa734c1244ae8df81b68acb7f Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Mon, 2 Feb 2026 09:35:16 +0100 Subject: [PATCH] Adjust character positioning in OverviewView: Change the bottom offset of the character foreground from 10px to -15px to improve visual alignment within the user interface. --- frontend/src/views/falukant/OverviewView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/falukant/OverviewView.vue b/frontend/src/views/falukant/OverviewView.vue index 8f599bf..b35a0e4 100644 --- a/frontend/src/views/falukant/OverviewView.vue +++ b/frontend/src/views/falukant/OverviewView.vue @@ -431,7 +431,7 @@ export default { .character-foreground { position: absolute; - bottom: 10px; + bottom: -15px; left: 50%; transform: translateX(-50%); width: 55%;