Merge pull request #186 from duckietm/Dev

🆙 Small fix User Settings
This commit is contained in:
DuckieTM
2026-06-02 13:02:07 +02:00
committed by GitHub
@@ -405,7 +405,7 @@ export const UserAccountSettingsView: FC<{}> = () =>
direction={ 2 } direction={ 2 }
headOnly={ true } headOnly={ true }
scale={ 1 } scale={ 1 }
classNames={ [ '!absolute !left-1/2 !top-[56%] !w-[64px] !h-[64px] !-translate-x-1/2 !-translate-y-1/2 !bg-center !bg-no-repeat' ] } style={ { backgroundSize: '112px auto', backgroundPosition: '-24px -38px' } }
/> />
</div> </div>
) } ) }