mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix: tweet format
This commit is contained in:
parent
15c964481a
commit
937be20928
2 changed files with 6 additions and 4 deletions
|
|
@ -381,10 +381,7 @@ export class NitterHandler extends ContentHandler {
|
|||
)
|
||||
.join('\n')
|
||||
|
||||
tweetsContent += `
|
||||
<p>${text}</p>
|
||||
${includesHtml}
|
||||
`
|
||||
tweetsContent += `<p class="_omnivore_tweet_content">${text}</p>${includesHtml}`
|
||||
}
|
||||
|
||||
const tweetUrl = `
|
||||
|
|
|
|||
|
|
@ -586,3 +586,8 @@ on smaller screens we display the note icon
|
|||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.article-inner-css ._omnivore_tweet_content {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue