update package.json2

This commit is contained in:
こけっち 2022-05-24 22:52:56 +09:00
parent b6357750b0
commit 2aa081423e
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.110.1-simkey-v12",
"version": "12.110.1-simkey-v13",
"codename": "indigo",
"repository": {
"type": "git",

View File

@ -231,11 +231,11 @@ export default defineComponent({
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
@keyframes moveX {
from { left: 0; } to { left: calc(100vw - 480px); }
from { left: 0; } to { left: calc(100vw - 490px); }
}
@keyframes moveY {
from { top: 0; } to { top: calc(100vh - 510px); }
from { top: 0; } to { top: calc(100vh - 420px); }
}
@media (max-width: 1200px) {

View File

@ -182,11 +182,11 @@ export default defineComponent({
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
@keyframes moveX {
from { left: 0; } to { left: calc(100vw - 480px); }
from { left: 0; } to { left: calc(100vw - 490px); }
}
@keyframes moveY {
from { top: 0; } to { top: calc(100vh - 510px); }
from { top: 0; } to { top: calc(100vh - 420px); }
}
@media (max-width: 1200px) {

View File

@ -195,11 +195,11 @@ export default defineComponent({
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
@keyframes moveX {
from { left: 0; } to { left: calc(100vw - 480px); }
from { left: 0; } to { left: calc(100vw - 490px); }
}
@keyframes moveY {
from { top: 0; } to { top: calc(100vh - 510px); }
from { top: 0; } to { top: calc(100vh - 420px); }
}
> .misskey {