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:
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user