Skip to content

Commit

Permalink
fix(frontend): Use opening quote in notifications (#12082)
Browse files Browse the repository at this point in the history
Signed-off-by: Natsuki Ikeguchi <[email protected]>
  • Loading branch information
siketyan authored Oct 20, 2023
1 parent 6d6ddbc commit f4970c7
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 f4970c7

Please sign in to comment.