fix(frontend): Use opening quote in notifications (#12082)
Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
This commit is contained in:
parent
6d6ddbc35e
commit
f4970c7d2f
1 changed files with 6 additions and 0 deletions
|
@ -283,6 +283,12 @@ useTooltip(reactionRef, (showing) => {
|
||||||
|
|
||||||
.quote:first-child {
|
.quote:first-child {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
position: absolute;
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote:last-child {
|
.quote:last-child {
|
||||||
|
|
Loading…
Reference in a new issue