fixed button overlap issue

This commit is contained in:
Suvodip
2025-05-08 16:37:36 +05:30
parent 6e6566a064
commit 47340b10d8
5 changed files with 24 additions and 22 deletions

View File

@@ -174,9 +174,9 @@ import Layout from '../../layouts/Layout.astro';
if(isMobile){
topLogoWidth = 4.5;
muteIconWidth = 1.8;
resetIconWidth = 1.47;
tickIconWidth = 1.24;
muteIconWidth = 1.65;
resetIconWidth = 1.40;
tickIconWidth = 1.21;
cancelIconWidth = 1.08;
galleryIconWidth = 2;
}else if(isTab){
@@ -226,6 +226,7 @@ import Layout from '../../layouts/Layout.astro';
image2Bottom = 0;
}
gameResult = [];
window.onload = function() {
currentDate = new Date();