Fix gray connector line showing up on quoted tweets
This commit is contained in:
parent
7a750877f6
commit
930af3455f
@ -32,7 +32,7 @@ func main() {
|
|||||||
flag.BoolVar(show_version_flag, "v", false, "")
|
flag.BoolVar(show_version_flag, "v", false, "")
|
||||||
|
|
||||||
session_name := flag.String("session", "", "Name of session file to use")
|
session_name := flag.String("session", "", "Name of session file to use")
|
||||||
addr := flag.String("addr", ":1488", "port to listen on") // Random port that's probably not in use
|
addr := flag.String("addr", "localhost:1488", "port to listen on") // Random port that's probably not in use
|
||||||
|
|
||||||
how_many := flag.Int("n", 50, "")
|
how_many := flag.Int("n", 50, "")
|
||||||
flag.IntVar(how_many, "number", 50, "")
|
flag.IntVar(how_many, "number", 50, "")
|
||||||
|
@ -27,11 +27,6 @@ TODO: APIv2-pinned-tweets
|
|||||||
|
|
||||||
TODO video-not-downloading: https://twitter.com/JustinPulitzer/status/1496709662602932224
|
TODO video-not-downloading: https://twitter.com/JustinPulitzer/status/1496709662602932224
|
||||||
|
|
||||||
TODO use-sqlx
|
|
||||||
- Users
|
|
||||||
- Images, Videos, Urls, Polls
|
|
||||||
- Retweets
|
|
||||||
|
|
||||||
TODO get-user-tweets-user-doesn't-exist
|
TODO get-user-tweets-user-doesn't-exist
|
||||||
|
|
||||||
TODO bash-completions
|
TODO bash-completions
|
||||||
|
@ -194,8 +194,8 @@ h3 {
|
|||||||
width: 3em;
|
width: 3em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
.thread-parent-tweet .vertical-reply-line,
|
.thread-parent-tweet .vertical-reply-line:not(.quoted-tweet .vertical-reply-line),
|
||||||
.reply-chain > :not(:last-child) .vertical-reply-line {
|
.reply-chain > :not(:last-child) .vertical-reply-line:not(.quoted-tweet .vertical-reply-line) {
|
||||||
width: 2px;
|
width: 2px;
|
||||||
background-color: var(--color-twitter-off-white-dark);
|
background-color: var(--color-twitter-off-white-dark);
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user