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, abi,
address: contractAddress, address: contractAddress,
functionName: "register_eth", functionName: "register_eth",
value: parseEther("0.0005"), value: parseEther("0.00005"),
}, },
{ {
onSuccess: (hash) => { onSuccess: (hash) => {

View File

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

View File

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