mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post): add embed button and media to links in post content detected as valid embed links
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user