mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Embed CSS tweak
This commit is contained in:
parent
266e0a0082
commit
e01f3960cb
2 changed files with 7 additions and 3 deletions
|
|
@ -121,14 +121,18 @@
|
|||
background-color: var(--bg_panel);
|
||||
|
||||
.tweet-content {
|
||||
font-size: 18px
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.tweet-body {
|
||||
.tweet-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: calc(100vh - 0.75em * 2);
|
||||
}
|
||||
|
||||
.card-image img {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.attribution {
|
||||
|
|
|
|||
Loading…
Reference in a new issue