Fix note border

This commit is contained in:
Jonathan Staab 2023-04-11 13:12:24 -05:00
parent 6c859c9afc
commit 55ede4dc35
2 changed files with 2 additions and 8 deletions

View File

@ -3,21 +3,14 @@
- [ ] Refactor
- Split out Note pieces
- Move global modals to child components?
- [ ] Relays bounty
- [ ] Ability to create custom feeds
- [ ] Add global/following/network tabs to relay detail
- [ ] Some lnurls aren't working npub1y3k2nheva29y9ej8a22e07epuxrn04rvgy28wvs54y57j7vsxxuq0gvp4j
- [ ] Fix performance issues
- Call close onbeforeunload to save pending changes
- Fix force relays on login: http://localhost:5173/messages/npub1l66wvfm7dxhd6wmvpukpjpyhvwtlxzu0qqajqxjfpr4rlfa8hl5qlkfr3q
- [ ] Fix iOS/safari/firefox
- [ ] Revisit profile page and info
- [ ] Add zaps to likes tab
- [ ] Fix force relays on login: http://localhost:5173/messages/npub1l66wvfm7dxhd6wmvpukpjpyhvwtlxzu0qqajqxjfpr4rlfa8hl5qlkfr3q
- [ ] Sort DMs, remember message status
- [ ] Image classification
- https://github.com/bhky/opennsfw2
- Requires updating my OS -_-
# Custom views

View File

@ -375,6 +375,7 @@
getHeight(childrenContainer) -
getHeight(lastChild) -
getHeight(lastChild.nextElementSibling) -
getHeight(lastChild.nextElementSibling?.nextElementSibling) -
(lastChild.nextElementSibling ? 16 : 0)
border.style = `height: ${height - 21}px`