fix(frontend): Use opening quote in notifications (#12082)

Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
This commit is contained in:
Natsuki Ikeguchi 2023-10-21 07:54:28 +09:00 committed by GitHub
parent 6d6ddbc35e
commit f4970c7d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -283,6 +283,12 @@ useTooltip(reactionRef, (showing) => {
.quote:first-child {
margin-right: 4px;
position: relative;
&:before {
position: absolute;
transform: rotate(180deg);
}
}
.quote:last-child {