fixed button overlap issue
This commit is contained in:
@@ -167,9 +167,9 @@ import Layout from '../../layouts/Layout.astro';
|
|||||||
|
|
||||||
if(isMobile){
|
if(isMobile){
|
||||||
topLogoWidth = 4.5;
|
topLogoWidth = 4.5;
|
||||||
muteIconWidth = 1.8;
|
muteIconWidth = 1.65;
|
||||||
resetIconWidth = 1.47;
|
resetIconWidth = 1.40;
|
||||||
tickIconWidth = 1.24;
|
tickIconWidth = 1.21;
|
||||||
cancelIconWidth = 1.08;
|
cancelIconWidth = 1.08;
|
||||||
galleryIconWidth = 2;
|
galleryIconWidth = 2;
|
||||||
}else if(isTab){
|
}else if(isTab){
|
||||||
|
|||||||
@@ -166,9 +166,9 @@ import Layout from '../../layouts/Layout.astro';
|
|||||||
|
|
||||||
if(isMobile){
|
if(isMobile){
|
||||||
topLogoWidth = 4.5;
|
topLogoWidth = 4.5;
|
||||||
muteIconWidth = 1.8;
|
muteIconWidth = 1.65;
|
||||||
resetIconWidth = 1.47;
|
resetIconWidth = 1.40;
|
||||||
tickIconWidth = 1.24;
|
tickIconWidth = 1.21;
|
||||||
cancelIconWidth = 1.08;
|
cancelIconWidth = 1.08;
|
||||||
galleryIconWidth = 2;
|
galleryIconWidth = 2;
|
||||||
}else if(isTab){
|
}else if(isTab){
|
||||||
|
|||||||
@@ -166,9 +166,9 @@ import Layout from '../../layouts/Layout.astro';
|
|||||||
|
|
||||||
if(isMobile){
|
if(isMobile){
|
||||||
topLogoWidth = 4.5;
|
topLogoWidth = 4.5;
|
||||||
muteIconWidth = 1.8;
|
muteIconWidth = 1.65;
|
||||||
resetIconWidth = 1.47;
|
resetIconWidth = 1.40;
|
||||||
tickIconWidth = 1.24;
|
tickIconWidth = 1.21;
|
||||||
cancelIconWidth = 1.08;
|
cancelIconWidth = 1.08;
|
||||||
galleryIconWidth = 2;
|
galleryIconWidth = 2;
|
||||||
}else if(isTab){
|
}else if(isTab){
|
||||||
@@ -193,7 +193,7 @@ import Layout from '../../layouts/Layout.astro';
|
|||||||
noticeWidth = 100;
|
noticeWidth = 100;
|
||||||
noticeHeight = 0;
|
noticeHeight = 0;
|
||||||
downloadWidth = 67;
|
downloadWidth = 67;
|
||||||
downloadHeight = 160;
|
downloadHeight = 200;
|
||||||
learningWidth = 200;
|
learningWidth = 200;
|
||||||
learningHeight = 400
|
learningHeight = 400
|
||||||
}else {
|
}else {
|
||||||
@@ -207,6 +207,7 @@ import Layout from '../../layouts/Layout.astro';
|
|||||||
learningHeight = 400
|
learningHeight = 400
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
gameResult = [];
|
gameResult = [];
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
|||||||
@@ -174,9 +174,9 @@ import Layout from '../../layouts/Layout.astro';
|
|||||||
|
|
||||||
if(isMobile){
|
if(isMobile){
|
||||||
topLogoWidth = 4.5;
|
topLogoWidth = 4.5;
|
||||||
muteIconWidth = 1.8;
|
muteIconWidth = 1.65;
|
||||||
resetIconWidth = 1.47;
|
resetIconWidth = 1.40;
|
||||||
tickIconWidth = 1.24;
|
tickIconWidth = 1.21;
|
||||||
cancelIconWidth = 1.08;
|
cancelIconWidth = 1.08;
|
||||||
galleryIconWidth = 2;
|
galleryIconWidth = 2;
|
||||||
}else if(isTab){
|
}else if(isTab){
|
||||||
@@ -226,6 +226,7 @@ import Layout from '../../layouts/Layout.astro';
|
|||||||
image2Bottom = 0;
|
image2Bottom = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
gameResult = [];
|
gameResult = [];
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
|||||||
@@ -166,9 +166,9 @@ import Layout from '../../layouts/Layout.astro';
|
|||||||
|
|
||||||
if(isMobile){
|
if(isMobile){
|
||||||
topLogoWidth = 4.5;
|
topLogoWidth = 4.5;
|
||||||
muteIconWidth = 1.8;
|
muteIconWidth = 1.65;
|
||||||
resetIconWidth = 1.47;
|
resetIconWidth = 1.40;
|
||||||
tickIconWidth = 1.24;
|
tickIconWidth = 1.21;
|
||||||
cancelIconWidth = 1.08;
|
cancelIconWidth = 1.08;
|
||||||
galleryIconWidth = 2;
|
galleryIconWidth = 2;
|
||||||
}else if(isTab){
|
}else if(isTab){
|
||||||
@@ -193,7 +193,7 @@ import Layout from '../../layouts/Layout.astro';
|
|||||||
noticeWidth = 100;
|
noticeWidth = 100;
|
||||||
noticeHeight = 0;
|
noticeHeight = 0;
|
||||||
downloadWidth = 67;
|
downloadWidth = 67;
|
||||||
downloadHeight = 160;
|
downloadHeight = 200;
|
||||||
learningWidth = 200;
|
learningWidth = 200;
|
||||||
learningHeight = 400
|
learningHeight = 400
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Reference in New Issue
Block a user