Skip to content

Commit

Permalink
fix trophy and sun number
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM authored Dec 18, 2024
1 parent afa2c82 commit b4706b2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion game/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,4 +452,13 @@ td {
color: #000;
font-size: 18px;
line-height: 30px;
}
}

#imgSF {
z-index: 9999 !important;
}

#sSunNum {
top: 50% !important;
transform: translateY(-50%) !important;
}

0 comments on commit b4706b2

Please sign in to comment.