programming-idioms
programming-idioms copied to clipboard
Mobile UI : comments
Comments bubble on the right of a snippet looks fine on desktop, but messy on mobile.
Consider:
- moving the bubble under the snippet
- or hiding the bubble, and displaying the comments in a div
Bubble (popover) under the snippet is problematic: how much vertical space to reserve for that? Better go the other way with a standard div.