Handle withheld tweets (#429)

* Handle withheld tweets

* Fix format of parser.nim
This commit is contained in:
Vítor 2021-08-21 12:13:38 -03:00 committed by GitHub
commit cf47c1b8ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 1 deletions

View file

@ -188,6 +188,7 @@
height: 100%;
padding: 12px;
border: solid 1px var(--dark_grey);
box-sizing: border-box;
border-radius: 10px;
background-color: var(--bg_color);
}