apertium / apertium-html-tools

Web application providing a fully localised interface for text/website/document translation, analysis and generation powered by Apertium.
http://wiki.apertium.org/wiki/Apertium-html-tools
GNU General Public License v3.0
41 stars 89 forks source link

Preference selection menu could be more readable #435

Closed unhammer closed 1 year ago

unhammer commented 2 years ago

image

Even worse on mobile (can't even scroll to the right to see the rest – yes I know that's my fault ;)):

image

One line per preference might improve things. Perhaps truncation with a -toggle (hide/show full description) for the long ones.

unhammer commented 1 year ago

@sushain97 it's quite bad with all the preferences now :) If one simple changes div.dropdown-menu.show to have position:fixed; height:100%;width:100% it's quite usable again (but needs an :x: in the upper right to dismiss), but I bet you have about 1000x more experience in react-bootstrap than me – is that easily doable there?

sushain97 commented 1 year ago

I'll give it a look this weekend!