1
0

Adjust horizontal position of anime cat image

This commit is contained in:
2025-05-26 07:30:28 +02:00
parent 6cc3bf7a93
commit f1c20a97a3

View File

@@ -78,7 +78,7 @@ window.AnimeCat = class AnimeCat {
this.img.src = this.images.default; this.img.src = this.images.default;
Object.assign(this.img.style, { Object.assign(this.img.style, {
position: 'absolute', position: 'absolute',
left: '50%', left: '40%',
top: '65%', top: '65%',
transform: 'translate(-50%, -50%)', transform: 'translate(-50%, -50%)',
width: '62px', width: '62px',