mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 17:16:37 +08:00
fix: diy按钮位置调整
This commit is contained in:
@@ -61,7 +61,7 @@ export const ThemeChanger: FC<{
|
||||
style={{
|
||||
transform: open
|
||||
? `translateY(-${110 * 6}%)`
|
||||
: 'translateY(-110%)',
|
||||
: 'translateX(-110%)',
|
||||
}}
|
||||
>
|
||||
{open ? '点我整活' : 'DIY!'}
|
||||
|
||||
Reference in New Issue
Block a user