From 139b7edebce21239eea09fab8f7774e606c0c07c Mon Sep 17 00:00:00 2001 From: yoshiyoshyosh <36683489+yoshiyoshyosh@users.noreply.github.com> Date: Sat, 19 Feb 2022 19:12:26 -0600 Subject: [PATCH] fix embed css --- src/sass/tweet/_base.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/sass/tweet/_base.scss b/src/sass/tweet/_base.scss index b2a5517..b056fe3 100644 --- a/src/sass/tweet/_base.scss +++ b/src/sass/tweet/_base.scss @@ -121,12 +121,6 @@ .tweet-content { font-size: 18px; } - - .tweet-body { - display: flex; - flex-direction: column; - max-height: calc(100vh - 0.75em * 2); - } .card-image img { height: auto;