feat(post): add "show original" button to content edit

This commit is contained in:
Tom (plebeius.eth)
2024-06-19 23:00:11 +02:00
parent c095f1377d
commit e4febb9df0
3 changed files with 61 additions and 4 deletions
+15
View File
@@ -462,6 +462,21 @@
padding: 1.5px 0;
}
.editedInfo {
color: var(--post-mobile-abbr-text-color);
}
.showOriginal {
color: var(--post-link-text-color);
text-decoration: var(--post-content-link-text-decoration);
}
.showOriginal:hover {
cursor: pointer;
color: var(--post-link-text-color-hover);
text-decoration: var(--post-content-link-text-decoration-hover);
}
@media (max-width: 640px) {
.replyQuotePreview {
margin-right: 10px;