Skip to content

Commit c4465e7

Browse files
committed
res fix-2
1 parent c975943 commit c4465e7

10 files changed

Lines changed: 29 additions & 10 deletions

dist/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
}
486486

487487
function checkScreenSize() {
488-
if (window.innerWidth < 1680 && !isNoMobilePage()) {
488+
if (window.innerWidth < 1580 && !isNoMobilePage()) {
489489
window.location.href = './no-mobile.html';
490490
}
491491
}

dist/batch-tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
}
551551

552552
function checkScreenSize() {
553-
if (window.innerWidth < 1680 && !isNoMobilePage()) {
553+
if (window.innerWidth < 1580 && !isNoMobilePage()) {
554554
window.location.href = './no-mobile.html';
555555
}
556556
}

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
}
533533

534534
function checkScreenSize() {
535-
if (window.innerWidth < 1680 && !isNoMobilePage()) {
535+
if (window.innerWidth < 1580 && !isNoMobilePage()) {
536536
window.location.href = './no-mobile.html';
537537
}
538538
}

dist/js/no-mobile.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/no-mobile.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717

1818
}
1919

20+
.no-mobos-parag-2 {
21+
font-family: "BlueTerminal";
22+
padding: 10px;
23+
font-size: 32px;
24+
font-weight: 900;
25+
border: green groove 4px;
26+
margin-bottom: 0;
27+
}
28+
2029
.no-mobos-img-wrapper {
2130
display: flex;
2231
gap: 80px;
@@ -42,4 +51,4 @@
4251
opacity: 0;
4352
box-shadow: 4px 4px 29px 0px rgba(255, 0, 191, 0.99);
4453
}
45-
}</style><div class="no-mobos-wrapper"><p class="no-mobos-parag">NO CELL MUTANTS ALLOWED!</p><div class="no-mobos-img-wrapper"><img src="./media/img/no-phones.png" alt="No mobo-phones!"><img src="./media/img/no-mutants.png" width="109%" height="109%" alt="No mobo-phones2!" style="margin-top: -12px;"></div><p class="no-mobos-parag">JUST GO AWAY</p><div class="cursor-pink">REC</div></div>
54+
}</style><div class="no-mobos-wrapper"><p class="no-mobos-parag">NO CELL MUTANTS ALLOWED!</p><div class="no-mobos-img-wrapper"><img src="./media/img/no-phones.png" alt="No mobo-phones!"><img src="./media/img/no-mutants.png" width="109%" height="109%" alt="No mobo-phones2!" style="margin-top: -12px;"></div><p class="no-mobos-parag-2">RESOLUTION >= 1580PX</p><p class="no-mobos-parag-2">ZOOM PAGE 80-100%</p><div class="cursor-pink">REC</div></div>

dist/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
}
486486

487487
function checkScreenSize() {
488-
if (window.innerWidth < 1680 && !isNoMobilePage()) {
488+
if (window.innerWidth < 1580 && !isNoMobilePage()) {
489489
window.location.href = './no-mobile.html';
490490
}
491491
}

dist/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
}
503503

504504
function checkScreenSize() {
505-
if (window.innerWidth < 1680 && !isNoMobilePage()) {
505+
if (window.innerWidth < 1580 && !isNoMobilePage()) {
506506
window.location.href = './no-mobile.html';
507507
}
508508
}

dist/storage-tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@
688688
}
689689

690690
function checkScreenSize() {
691-
if (window.innerWidth < 1680 && !isNoMobilePage()) {
691+
if (window.innerWidth < 1580 && !isNoMobilePage()) {
692692
window.location.href = './no-mobile.html';
693693
}
694694
}

dist/web-snippets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
}
577577

578578
function checkScreenSize() {
579-
if (window.innerWidth < 1680 && !isNoMobilePage()) {
579+
if (window.innerWidth < 1580 && !isNoMobilePage()) {
580580
window.location.href = './no-mobile.html';
581581
}
582582
}

src/no-mobile.pug

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ style.
2020

2121
}
2222

23+
.no-mobos-parag-2 {
24+
font-family: "BlueTerminal";
25+
padding: 10px;
26+
font-size: 32px;
27+
font-weight: 900;
28+
border: green groove 4px;
29+
margin-bottom: 0;
30+
}
31+
2332
.no-mobos-img-wrapper {
2433
display: flex;
2534
gap: 80px;
@@ -56,7 +65,8 @@ block main
5665
.no-mobos-img-wrapper
5766
img(src=require("./media/img/no-phones.png") alt="No mobo-phones!")
5867
img(src=require("./media/img/no-mutants.png"), width="109%", height="109%", alt="No mobo-phones2!", style="margin-top: -12px;")
59-
p.no-mobos-parag JUST GO AWAY
68+
p.no-mobos-parag-2 RESOLUTION >= 1580PX
69+
p.no-mobos-parag-2 ZOOM PAGE 80-100%
6070
.cursor-pink REC
6171

6272

0 commit comments

Comments
 (0)