From 2c97cb0763559e34466d3a42c09459ae48b332ac Mon Sep 17 00:00:00 2001 From: yoshiyoshyosh <36683489+yoshiyoshyosh@users.noreply.github.com> Date: Sat, 19 Feb 2022 16:37:12 -0600 Subject: [PATCH 1/3] Update _base.scss --- src/sass/tweet/_base.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sass/tweet/_base.scss b/src/sass/tweet/_base.scss index a26a7b3..b2a5517 100644 --- a/src/sass/tweet/_base.scss +++ b/src/sass/tweet/_base.scss @@ -98,8 +98,6 @@ } .avatar { - position: absolute; - &.round { border-radius: 50%; } 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 2/3] 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; From 3590ded482a4e60c4ab76ba22fab83246a4bc0fd Mon Sep 17 00:00:00 2001 From: yoshiyoshyosh <36683489+yoshiyoshyosh@users.noreply.github.com> Date: Sat, 19 Feb 2022 20:01:11 -0600 Subject: [PATCH 3/3] revert previous "fix", move absolute under embed --- src/sass/tweet/_base.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/sass/tweet/_base.scss b/src/sass/tweet/_base.scss index b056fe3..b5410f5 100644 --- a/src/sass/tweet/_base.scss +++ b/src/sass/tweet/_base.scss @@ -121,12 +121,23 @@ .tweet-content { font-size: 18px; } + + .tweet-body { + display: flex; + flex-direction: column; + max-height: calc(100vh - 0.75em * 2); + } .card-image img { height: auto; } + + .avatar { + position: absolute; + } } + .attribution { display: flex; pointer-events: all;