millsp/eledoc

Smaller Screens

danchitnis opened this issue ยท 1 comments

๐Ÿž Bug Report

Describe the bug

Although the layout shows very nice on larger and HighDPI screens, it is not very readable on smaller screens. The code part is especially unreadable due to wraparound, and large margin on the sides.

Reproduce the bug

Use F12 and choose for example an iPhoneX screen size

Expected behavior

See the original Github render of a markdown

Possible Solution

use "em" for sizing CSS instead of "px", and use media query to to behave receptively for a screen size

Screenshots

These are iPhone X simulation on Chrome. Original Github markdown render:
image

Typedoc render:
image

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.