This commit is contained in:
Suvodip
2024-10-29 18:45:48 +05:30
parent cd15a8be17
commit 195756b892
20 changed files with 3124 additions and 2576 deletions

View File

@@ -116,7 +116,7 @@ import Layout from "../../layouts/Layout.astro";
var assetsList = {}
var snapshotButton;
let submitButton;
let demoButtonButton;
let demoButton;
let shortUniqueID;
let noticeWidth;
let noticeHeight;
@@ -158,12 +158,12 @@ import Layout from "../../layouts/Layout.astro";
noticeWidth = window.innerWidth * 0.5 - 100;
noticeHeight = window.innerHeight * 0.38;
}else if(isTab){
// topLogoWidth = 4.5;
// muteIconWidth = 1.6;
// resetIconWidth = 1.43;
// tickIconWidth = 1.29;
// cancelIconWidth = 1.18;
// galleryIconWidth = 1.81;
topLogoWidth = 4.5;
muteIconWidth = 1.6;
resetIconWidth = 1.43;
tickIconWidth = 1.29;
cancelIconWidth = 1.18;
galleryIconWidth = 1.81;
}else{
topLogoWidth = 6;
muteIconWidth = 1.3;