OSDN Git Service

[更新]:画像の縮小と選択無効化
authornaoko1010hh <naoko561010@gmail.com>
Mon, 2 Mar 2020 11:39:35 +0000 (20:39 +0900)
committernaoko1010hh <naoko561010@gmail.com>
Mon, 2 Mar 2020 11:39:35 +0000 (20:39 +0900)
css/theme.css
js/splashscreen.js

index 4843ac4..979ebb5 100644 (file)
@@ -124,6 +124,6 @@ div#console .terminal text {
   height: 10vh;
 }
 .logo-alter {
-  width: 70%;
+  width: 50%;
   height: auto;
 }
index 7bdfc5d..c495704 100644 (file)
@@ -49,7 +49,7 @@ else {
 document.onkeydown = function (e){
   document.getElementById("inputPassword").focus();
 };
-
+document.onselectstart = function(){return false;};
 class SplashScreen {
   constructor() {
     /* Speed of SplashScreen transitions */