feat(post): add embed button and media to links in post content detected as valid embed links

This commit is contained in:
plebeius.eth
2024-05-08 11:10:43 +02:00
parent ccb75fcf3a
commit 6bfa899722
2 changed files with 50 additions and 3 deletions
@@ -19,3 +19,13 @@
.hrWrapper hr {
margin: 0;
}
.embedButton {
color: var(--button-desktop-text-color);
text-transform: capitalize;
}
.embedButton:hover {
cursor: pointer;
color: var(--button-desktop-text-color-hover);
}