From 0cedca8b3d6659dca02ef1e54762ee2c2d0b4d17 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 16 Aug 2022 23:22:17 -0700 Subject: [PATCH] fix: :alembic: --- package.json | 2 +- packages/client/src/components/note.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ed8a6219f..02d2785d1 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 f9eb8ad18..0010011c9 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 {