forked from leftypol/leftypol
style.css: incorporate 3rd party embeds css
This commit is contained in:
parent
c4d7bc39de
commit
25a0304fd3
1 changed files with 21 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue