Skip to content

Commit

Permalink
Merge pull request #21 from f0rbit/dev
Browse files Browse the repository at this point in the history
fix image rendering in asciidoc
  • Loading branch information
f0rbit authored Apr 9, 2024
2 parents 180bcbb + fa8ca21 commit f0e4b20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,11 @@ article {
margin-left: 1.5rem;
}

.imageblock {
display: flex;
justify-content: center;
}

ul>li::marker,
ol>li::marker {
color: var(--text-dark);
Expand All @@ -579,11 +584,6 @@ article {
color: rgb(59 130 246)
}

img {
width: 100%;
height: auto;
}

blockquote {
border-left: 4px solid var(--border-primary);
padding-left: 0.5rem
Expand Down
9 changes: 7 additions & 2 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,23 @@
- [x] If left blank, infer description from post

# v1.2
- [ ] Integrate devpad projects linking
- [ ] Specific input for selecting project
- [ ] Endpoint for posts by project

# v1.3
- [ ] Analytics on server
- [ ] Endpoint for "liking" a post
- [ ] Build homepage
- [ ] View analytics
- [ ] Add 'action' table for when someone requests a post (count each request as a 'view')

# v1.3
# v1.4
- [ ] Integrate with media-timeline project
- [ ] Tightly integrated, not just sharing API keys but full linking workflow that feels natural
- [ ] Obviously for this, have to finish up media-timeline as well.

# v1.4
# v1.5
- [ ] Light mode support & theme switcher
- [ ] Refactor for support for multiple themes

Expand Down

0 comments on commit f0e4b20

Please sign in to comment.