From 25a0304fd398552c510cb7e175c496e3c699fff0 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 9 Feb 2025 00:45:49 +0100 Subject: [PATCH] style.css: incorporate 3rd party embeds css --- stylesheets/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 815e1853..26b5cb75 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -2081,3 +2081,24 @@ span.orangeQuote { float: right; 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; +}