CI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user