Whoopsie
This commit is contained in:
parent
eba1e73c23
commit
8c2c00fbc1
|
@ -59,6 +59,7 @@ Run the tests locally (against development environment):
|
|||
## TODOs
|
||||
|
||||
1. CSS
|
||||
1. `post--remark__date` should be `post--remark__title`
|
||||
1. Create mod takes null input??
|
||||
1. Check status for items not found, should be 404 but getting 5xx
|
||||
1. "All new posts flagged" mode (require approval for new posts)
|
||||
|
|
|
@ -238,7 +238,6 @@ pre > code {
|
|||
.post--remark__date {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
background-color: var(--teal);
|
||||
margin: 0;
|
||||
padding: 0.25em 0.5em 0.25em 0.75em;
|
||||
|
|
Loading…
Reference in a new issue