mentions on new lines

This commit is contained in:
MathMan05 2024-11-27 21:21:07 -06:00
parent f6e1cba746
commit 58b8a3f692

View file

@ -1204,6 +1204,9 @@ span .quote:last-of-type .quoteline {
border-radius: 4px;
cursor: pointer;
}
.mentionMD::after{
content:"";
}
.mentionMD:hover {
background: var(--mention);
}