Skip to content

Commit

Permalink
fix(frontend): Use opening quote in notifications (misskey-dev#12082)
Browse files Browse the repository at this point in the history
Signed-off-by: Natsuki Ikeguchi <[email protected]>
  • Loading branch information
siketyan authored and kanarikanaru committed Nov 2, 2023
1 parent 52ce457 commit 41aee34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/frontend/src/components/MkNotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,12 @@ useTooltip(reactionRef, (showing) => {

.quote:first-child {
margin-right: 4px;
position: relative;

&:before {
position: absolute;
transform: rotate(180deg);
}
}

.quote:last-child {
Expand Down

0 comments on commit 41aee34

Please sign in to comment.