diff --git a/package.json b/package.json index ed8a6219fe..02d2785d15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.1-calc.6.4", + "version": "12.118.1-calc.6.5", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/components/note.vue b/packages/client/src/components/note.vue index f9eb8ad184..0010011c92 100644 --- a/packages/client/src/components/note.vue +++ b/packages/client/src/components/note.vue @@ -401,7 +401,7 @@ function readPromo() { flex-shrink: 0; color: inherit; - &::after { + &:after { content: ""; position: absolute; inset: 0; @@ -453,7 +453,7 @@ function readPromo() { } > .content { - position: relative; + /* position: relative; */ &.isLong { > .showLess {