Don't render inline quote policy links

This commit is contained in:
eris 2022-08-07 07:57:21 +00:00 committed by Sam Therapy
parent 2936e2efee
commit 7bb303726f
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 6 additions and 0 deletions

View File

@ -70,4 +70,10 @@
flex: 1;
min-width: 0;
}
.quote-inline,
.quote + .link-preview {
display: none;
}
</style>