diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue index 7ba102fd9..c50723621 100644 --- a/packages/frontend/src/components/MkNotification.vue +++ b/packages/frontend/src/components/MkNotification.vue @@ -283,6 +283,12 @@ useTooltip(reactionRef, (showing) => { .quote:first-child { margin-right: 4px; + position: relative; + + &:before { + position: absolute; + transform: rotate(180deg); + } } .quote:last-child {