@@ -122,7 +122,7 @@
width: calc(100% - 1em);
height: 100%;
padding-left: 0.5em;
- background-color: rgba(0, 0, 0, 0.8);
+ background-color: #242424;
color: white;
display: flex;
justify-content: center;
@@ -325,7 +325,12 @@
}
- updateRWD();
+ if (isMobile){
+ updateRWD();
+ }else{
+ $("#requireLandscapeMode").hide();
+ }
+
$(window).on("resize", function(){
updateRWD();
})