feat(embed): add support for soundcloud embeds, show webpage links on mobile, adjust audio embeds

This commit is contained in:
plebeius.eth
2024-04-16 17:39:33 +02:00
parent 21c180913d
commit 7dba08ca00
6 changed files with 78 additions and 9 deletions
@@ -22,6 +22,14 @@
align-items: center;
}
.thumbnailSmall span, .thumbnailSmall a {
width: 100%;
display: inline-block;
word-wrap: break-word;
text-align: center;
cursor: pointer;
}
.thumbnail {
float: left;
}