Authored by OF1706

autoMod

@@ -989,6 +989,10 @@ function searchSuggestHistory() { @@ -989,6 +989,10 @@ function searchSuggestHistory() {
989 $(function() { 989 $(function() {
990 var windowWidth = document.documentElement.clientWidth; 990 var windowWidth = document.documentElement.clientWidth;
991 991
  992 + if (windowWidth <= 1440) {
  993 + $('.code-down-box').hide();
  994 + }
  995 +
992 $(window).resize(function() { 996 $(window).resize(function() {
993 var innerWindowWidth = window.innerWidth; 997 var innerWindowWidth = window.innerWidth;
994 998
@@ -1511,7 +1511,7 @@ @@ -1511,7 +1511,7 @@
1511 } 1511 }
1512 } 1512 }
1513 1513
1514 -@media screen and (max-width: 1280px) { 1514 +@media screen and (max-width: 1440px) {
1515 .code-down-box { 1515 .code-down-box {
1516 display: none; 1516 display: none;
1517 } 1517 }