style.css: incorporate 3rd party embeds css

This commit is contained in:
Zankaria 2025-02-09 00:45:49 +01:00
parent c4d7bc39de
commit 25a0304fd3

View file

@ -2081,3 +2081,24 @@ span.orangeQuote {
float: right; float: right;
margin: 0em 1em; margin: 0em 1em;
} }
/* Included embeds */
.tiktok-embed {
float: left;
margin: 0.6em 1em 0.2em 0.2em;
border-radius: 8px;
overflow: hidden;
max-width: min-content;
min-width: 325px;
}
.tiktok-embed > iframe {
display: block;
visibility: unset;
border: none;
overflow: hidden;
width: 325px;
height: 739px;
max-height: 739px;
}