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.

This commit is contained in:
Torsten Schulz (local)
2026-02-02 09:35:16 +01:00
parent 0d32c5b4b3
commit f15924c0be

View File

@@ -431,7 +431,7 @@ export default {
.character-foreground { .character-foreground {
position: absolute; position: absolute;
bottom: 10px; bottom: -15px;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
width: 55%; width: 55%;