revert previous "fix", move absolute under embed

このコミットが含まれているのは:
yoshiyoshyosh 2022-02-19 20:01:11 -06:00 committed by GitHub
コミット 3590ded482
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更11行の追加0行の削除

ファイルの表示

@ -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;