jaltekruse / Free-Math

An offline React web application for managing digital math homework
http://freemathapp.org
71 stars 18 forks source link

Consider hiding the border around expressions once something is typed in them #207

Closed jaltekruse closed 1 year ago

jaltekruse commented 2 years ago

The extra boxes around each line adds a lot of visual clutter.

image image

jaltekruse commented 2 years ago

Its very east to remove them unconditionally, probably need to customize mathquill itself to detect an empty box and conditionally set the border.

jaltekruse commented 2 years ago

Could also consider hiding the ... menu and the "x" button until the step is selected or has the mouse over it.

mscotch1 commented 1 year ago

I think this feature has been implemented

jaltekruse commented 1 year ago

It has!