fix other bug

This commit is contained in:
ygg2 2024-10-31 02:28:18 -04:00
parent be5ebc2747
commit 0958d04dd8

View file

@ -1082,6 +1082,9 @@ span .quote:last-of-type .quoteline {
.replytext a {
pointer-events: none;
}
.replytext pre {
display: inline;
}
.reply {
flex: 1;
background: var(--reply-line);