feat : add move classification

This commit is contained in:
GuillaumeSD
2024-03-29 03:53:16 +01:00
parent 714ed1039e
commit d9b322d9fa
9 changed files with 257 additions and 16 deletions

View File

@@ -52,12 +52,12 @@ export function getSquareRenderer({
<Image
src={`/icons/${moveClassification}.png`}
alt="move-icon"
width={40}
height={40}
width={35}
height={35}
style={{
position: "absolute",
top: "max(-15px, -1.8vw)",
right: "max(-15px, -1.8vw)",
top: "max(-12px, -1.8vw)",
right: "max(-12px, -1.8vw)",
maxWidth: "3.6vw",
maxHeight: "3.6vw",
zIndex: 100,