listling icon indicating copy to clipboard operation
listling copied to clipboard

Tweak UI

Open noyainrain opened this issue 6 years ago • 3 comments

Apply various small fixes and improvements:

  • [x] Move list details ("edited by") to bottom Done with #25
  • [ ] See #23
  • [x] See #45

noyainrain avatar Apr 26 '19 15:04 noyainrain

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.

noyainrain avatar Sep 10 '19 09:09 noyainrain

The cropped item move handle problem depends on noyainrain/micro#89.

noyainrain avatar Nov 06 '19 14:11 noyainrain

The cropped item move handle problem is now tracked in #62 .

noyainrain avatar Nov 20 '19 14:11 noyainrain