1
0
forked from noxious/client

uncommented img

This commit is contained in:
Dennis Postma 2024-09-19 22:59:30 +02:00
parent bb83861433
commit dccdf2c232
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1406,9 +1406,9 @@
}
},
"node_modules/@polka/url": {
"version": "1.0.0-next.27",
"resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.27.tgz",
"integrity": "sha512-MU0SYgcrBdSVLu7Tfow3VY4z1odzlaTYRjt3WQ0z8XbjDWReuy+EALt2HdjhrwD2HPiW2GY+KTSw4HLv4C/EOA==",
"version": "1.0.0-next.28",
"resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.28.tgz",
"integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==",
"dev": true,
"license": "MIT"
},

View File

@ -27,7 +27,7 @@
</button>
<div class="sprite-container flex flex-col items-center m-auto">
<!-- <img class="drop-shadow-20" draggable="false" src="/assets/avatar/default/0.png" />-->
<img class="drop-shadow-20" draggable="false" src="/assets/avatar/default/0.png" />
</div>
<span class="absolute bottom-5 w-full text-center translate-y-1/2 z-10 drop-shadow-text">Lvl. {{ character.level }}</span>
<div class="selected-character group-[.active]:max-w-[170px] absolute max-w-0 w-4/6 h-[3px] bg-white rounded-[3px] left-1/2 -bottom-4 -translate-x-1/2 transition-all ease-in-out duration-300"></div>