Merge remote-tracking branch 'upstream/main'

This commit is contained in:
ygg2 2024-11-27 22:45:43 -05:00
commit 868ac1e1c9

View file

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