Handle withheld tweets (#429)
* Handle withheld tweets * Fix format of parser.nim
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user