Fix gray connector line showing up on quoted tweets

This commit is contained in:
Alessio 2023-08-19 22:35:57 -03:00
parent 7a750877f6
commit 930af3455f
3 changed files with 3 additions and 8 deletions

View File

@ -32,7 +32,7 @@ func main() {
flag.BoolVar(show_version_flag, "v", false, "")
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, "")
flag.IntVar(how_many, "number", 50, "")

View File

@ -27,11 +27,6 @@ TODO: APIv2-pinned-tweets
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 bash-completions

View File

@ -194,8 +194,8 @@ h3 {
width: 3em;
margin-right: 0.5em;
}
.thread-parent-tweet .vertical-reply-line,
.reply-chain > :not(:last-child) .vertical-reply-line {
.thread-parent-tweet .vertical-reply-line:not(.quoted-tweet .vertical-reply-line),
.reply-chain > :not(:last-child) .vertical-reply-line:not(.quoted-tweet .vertical-reply-line) {
width: 2px;
background-color: var(--color-twitter-off-white-dark);
flex-grow: 1;