Merge pull request 'Don't render inline quote policy links in akkoma-fe' (#122) from eris/pleroma-fe:inline-quote-fix into develop
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: AkkomaGang/pleroma-fe#122
Reviewed-by: floatingghost <hannah@coffee-and-dreams.uk>
This commit is contained in:
floatingghost 2022-08-07 20:21:04 +00:00
commit b354ad382c
1 changed files with 6 additions and 0 deletions

View File

@ -76,4 +76,10 @@
}
}
}
.quote-inline,
.quote + .link-preview {
display: none;
}
</style>