style: redesign mii page

also adds a gender viewer!
This commit is contained in:
trafficlunar 2025-05-07 20:55:23 +01:00
parent ec1c19204d
commit 8753358a48
3 changed files with 143 additions and 89 deletions

View file

@ -36,13 +36,9 @@ export default function ScanTutorialButton() {
return (
<>
<button
type="button"
onClick={() => setIsOpen(true)}
className="text-3xl aspect-square flex justify-center items-center cursor-pointer underline-offset-2 hover:underline"
data-tooltip={"Add Mii tutorial"}
>
<button type="button" onClick={() => setIsOpen(true)} className="text-3xl cursor-pointer">
<Icon icon="fa:question-circle" />
<span className="text-xs">Tutorial</span>
</button>
{isOpen &&