mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Handle withheld tweets (#429)
* Handle withheld tweets * Fix format of parser.nim
This commit is contained in:
parent
739eb12bed
commit
cf47c1b8ad
5 changed files with 29 additions and 1 deletions
|
|
@ -158,4 +158,8 @@
|
|||
padding: .75em;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
&.unavailable {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue