From ad422fb2eca6e6d0a62a63712dfe6a399dfa81ab Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 5 Feb 2024 00:37:25 +0100 Subject: [PATCH] =?UTF-8?q?fix(css):=20cannot=20use=20inline=20=E2=80=B9st?= =?UTF-8?q?yle=E2=80=BA=20with=20Mastodon=20embed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- src/css/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/custom.scss b/src/css/custom.scss index 2457c3b..02c04ba 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -79,3 +79,8 @@ text { } } } + +.mastodon-embed { + max-width: 100%; + border: 0; +}