wrapped embedded tweet in div and changed css

also bumped css version
This commit is contained in:
Mitarashi
2022-01-14 19:44:09 +02:00
parent 875a2c5387
commit 817501a516
3 changed files with 20 additions and 2 deletions

View File

@ -98,6 +98,8 @@
}
.avatar {
position: absolute;
&.round {
border-radius: 50%;
}
@ -110,6 +112,19 @@
}
}
.tweet-embed {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
.tweet-body {
display: flex;
flex-direction: column;
max-height: calc(100vh - 0.75em * 2);
}
}
.attribution {
display: flex;
pointer-events: all;