update package.json2
This commit is contained in:
parent
b6357750b0
commit
2aa081423e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.110.1-simkey-v12",
|
"version": "12.110.1-simkey-v13",
|
||||||
"codename": "indigo",
|
"codename": "indigo",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -231,11 +231,11 @@ export default defineComponent({
|
|||||||
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
||||||
|
|
||||||
@keyframes moveX {
|
@keyframes moveX {
|
||||||
from { left: 0; } to { left: calc(100vw - 480px); }
|
from { left: 0; } to { left: calc(100vw - 490px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes moveY {
|
@keyframes moveY {
|
||||||
from { top: 0; } to { top: calc(100vh - 510px); }
|
from { top: 0; } to { top: calc(100vh - 420px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
|
@ -182,11 +182,11 @@ export default defineComponent({
|
|||||||
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
||||||
|
|
||||||
@keyframes moveX {
|
@keyframes moveX {
|
||||||
from { left: 0; } to { left: calc(100vw - 480px); }
|
from { left: 0; } to { left: calc(100vw - 490px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes moveY {
|
@keyframes moveY {
|
||||||
from { top: 0; } to { top: calc(100vh - 510px); }
|
from { top: 0; } to { top: calc(100vh - 420px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
|
@ -195,11 +195,11 @@ export default defineComponent({
|
|||||||
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
animation: moveX 5s linear 0s infinite alternate, moveY 6.4s linear 0s infinite alternate;
|
||||||
|
|
||||||
@keyframes moveX {
|
@keyframes moveX {
|
||||||
from { left: 0; } to { left: calc(100vw - 480px); }
|
from { left: 0; } to { left: calc(100vw - 490px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes moveY {
|
@keyframes moveY {
|
||||||
from { top: 0; } to { top: calc(100vh - 510px); }
|
from { top: 0; } to { top: calc(100vh - 420px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
> .misskey {
|
> .misskey {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user