/* Hide tools */ #waifu-tool, .waifu-tools, .tools { display: none !important; } /* Force center positioning - adjusted */ #waifu { position: fixed !important; left: 50% !important; top: 60% !important; transform: translate(-50%, -50%) !important; bottom: auto !important; transition: none !important; } /* Make canvas bigger */ #live2d { width: 85vw !important; height: auto !important; max-width: 550px !important; aspect-ratio: 1/1 !important; } #waifu-canvas { width: 85vw !important; max-width: 550px !important; } /* Adjust tips position */ #waifu-tips { position: absolute !important; top: -70px !important; left: 50% !important; transform: translateX(-50%) !important; } /* Hide tools */ #waifu-tool, .waifu-tools, .tools { display: none !important; } /* Force center positioning */ #waifu { position: fixed !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; bottom: auto !important; transition: none !important; } /* Make canvas bigger */ #live2d { width: 90vw !important; height: auto !important; max-width: 600px !important; aspect-ratio: 1/1 !important; } #waifu-canvas { width: 90vw !important; max-width: 600px !important; } /* Adjust tips position */ #waifu-tips { position: absolute !important; top: -80px !important; left: 50% !important; transform: translateX(-50%) !important; }