mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 23:29:32 +00:00
Show avatars in quotes, improve css
This commit is contained in:
parent
0c9c37e886
commit
754f88a448
4 changed files with 25 additions and 13 deletions
|
|
@ -19,23 +19,24 @@
|
|||
}
|
||||
|
||||
.tweet-name-row {
|
||||
padding: 4px 6px;
|
||||
padding: 6px 8px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.quote-text {
|
||||
overflow: hidden;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
padding: 0px 6px 6px 6px;
|
||||
padding: 0px 8px 8px 8px;
|
||||
}
|
||||
|
||||
.show-thread {
|
||||
padding: 0px 6px 3px 6px;
|
||||
margin-top: -3px;
|
||||
padding: 0px 8px 6px 8px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
.replying-to {
|
||||
padding: 0px 6px;
|
||||
padding: 0px 8px;
|
||||
margin: unset;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue