fix cli install

This commit is contained in:
joyqi
2021-08-18 00:41:48 +08:00
parent e157b47336
commit 3ad7b06c6f
4 changed files with 72 additions and 37 deletions
+4
View File
@@ -5,6 +5,10 @@ details summary { cursor: pointer; }
@keyframes fadein { from { opacity: 0; }
to { opacity: 1; } }
.fresh .keep-word { display: none; }
.keep .fresh-word { display: none; }
form > .message { display: none; }
.message.fade { display: block; animation: fadein .5s linear; }
+13 -1
View File
@@ -13,6 +13,18 @@ details {
to { opacity: 1; }
}
.fresh {
.keep-word {
display: none;
}
}
.keep {
.fresh-word {
display: none;
}
}
.message {
form > & {
display: none;
@@ -38,4 +50,4 @@ details {
margin-left: 0;
}
}
}
}