style : UI small improvements

This commit is contained in:
GuillaumeSD
2024-03-09 02:49:09 +01:00
parent 0ffba8c6c7
commit ef4c090834
3 changed files with 10 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ const SquareRenderer = forwardRef<HTMLDivElement, CustomSquareProps>(
right: "max(-15px, -1.8vw)",
maxWidth: "3.6vw",
maxHeight: "3.6vw",
zIndex: 100,
}}
/>
)}