update package.json3

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

View File

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

View File

@ -235,7 +235,7 @@ export default defineComponent({
}
@keyframes moveY {
from { top: 0; } to { top: calc(100vh - 420px); }
from { top: 0; } to { top: calc(100vh - 430px); }
}
@media (max-width: 1200px) {

View File

@ -186,7 +186,7 @@ export default defineComponent({
}
@keyframes moveY {
from { top: 0; } to { top: calc(100vh - 420px); }
from { top: 0; } to { top: calc(100vh - 430px); }
}
@media (max-width: 1200px) {

View File

@ -199,7 +199,7 @@ export default defineComponent({
}
@keyframes moveY {
from { top: 0; } to { top: calc(100vh - 420px); }
from { top: 0; } to { top: calc(100vh - 430px); }
}
> .misskey {