任一存 1 anno fa
parent
commit
f01b4fecbc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/StartUp.vue

+ 1 - 1
src/components/StartUp.vue

@@ -199,6 +199,6 @@ watch(haveShownStartUp, (v) => {
 }
 .btn-begin-fade-in-enter-from {
   opacity: 0;
-  scale: 1.8;
+  scale: 1.4;
 }
 </style>