listling
listling copied to clipboard
Tweak UI
Apply various small fixes and improvements:
- [x] Move list details ("edited by") to bottom Done with #25
- [ ] See #23
- [x] See #45
The cropped move handle is caused by the fact that flex items never shrink below their minimum width and min-width is automatically computed, e.g. where a line break can occur. The handle is the only item that has no text content, no minimum size and is thus the only one that can shrink.
The cropped item move handle problem depends on noyainrain/micro#89.
The cropped item move handle problem is now tracked in #62 .