Mobile version #11

Merged
mico merged 9 commits from mobileVersion into main 2024-10-31 22:54:53 +00:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 0dfc74f02c - Show all commits

View File

@ -152,7 +152,7 @@ const PlayerProvider = ({ children }: { children: ReactNode }) => {
abi,
address: contractAddress,
functionName: "register_eth",
value: parseEther("0.0005"),
value: parseEther("0.00005"),
},
{
onSuccess: (hash) => {

View File

@ -215,6 +215,7 @@
height: 90px;
user-select: none;
.pixelQuote {
z-index: 20;
min-width: 200px;
width: fit-content;
max-width: 300px;

View File

@ -1,5 +1,6 @@
.bossInfo {
position: absolute;
z-index: 10;
top: 350px;
right: 28px;
background: var(--bg-color);