From f8e4d40b0a9dea03ad1610066e4f13c20f172968 Mon Sep 17 00:00:00 2001 From: tamaina Date: Thu, 9 Feb 2023 07:17:46 +0000 Subject: [PATCH] =?UTF-8?q?-=20Layout=20Shift=E3=81=8C=E8=B5=B7=E3=81=93?= =?UTF-8?q?=E3=82=89=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=20-=20?= =?UTF-8?q?=E8=87=AA=E5=88=86=E3=81=AE=E3=83=AA=E3=82=A2=E3=82=AF=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=81=AF=E5=BF=85=E3=81=9A=E3=81=A4=E3=81=91?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/MkReactionsViewer.vue | 50 ++++++++++++++++--- 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a/packages/frontend/src/components/MkReactionsViewer.vue b/packages/frontend/src/components/MkReactionsViewer.vue index 572b91cf2a..397099aa3b 100644 --- a/packages/frontend/src/components/MkReactionsViewer.vue +++ b/packages/frontend/src/components/MkReactionsViewer.vue @@ -7,9 +7,7 @@ :move-class="$store.state.animation ? $style.transition_x_move : ''" tag="div" :class="$style.root" > - + @@ -17,6 +15,7 @@