This commit is contained in:
Suvodip
2024-09-18 18:59:54 +05:30
parent d2a1edd333
commit 575967a8db
6 changed files with 13 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ import Layout from '../../layouts/Layout.astro';
let formattedDateTime;
let shortUniqueID;
let scoreTotal = 0;
let maxScore;
if(isMobile){
topLogoWidth = 4.5;
muteIconWidth = 1.8;

View File

@@ -31,6 +31,7 @@ import Layout from '../../layouts/Layout.astro';
let formattedDateTime;
let shortUniqueID;
let scoreTotal = 0;
let maxScore;
if(isMobile){
topLogoWidth = 4.5;
muteIconWidth = 1.8;

View File

@@ -35,6 +35,7 @@ import Layout from '../../layouts/Layout.astro';
let noticeHeight;
let muteIcon;
let retryButton;
let maxScore;
if(isMobile){
topLogoWidth = 4.5;
muteIconWidth = 1.8;

View File

@@ -39,7 +39,7 @@ import Layout from '../../layouts/Layout.astro';
let image2Bottom;
let noticeWidth;
let noticeHeight;
let maxScore;
if(isMobile){
topLogoWidth = 4.5;
muteIconWidth = 1.8;

View File

@@ -31,6 +31,7 @@ import Layout from '../../layouts/Layout.astro';
let resetIconWidth;
let tickIconWidth;
let cancelIconWidth;
let maxScore;
if(isMobile){
topLogoWidth = 4.5;