codecentric / gopass-ui

gopass CLI + UI = visual cross-platform password manager for teams
MIT License
248 stars 18 forks source link

Improve layouting so that different screen sizes get a consistent user experience #1

Open jonas-pietzsch opened 5 years ago

jonas-pietzsch commented 5 years ago

Currently the left sidebar navigation has a fixed width. The content area on the right side will occupy the rest of the window width. Problem: on smaller devices, screens with low resolution or devices on which accessibility helper tools are used so a very high zoom factor is used, the content part becomes very small (if not even invisible).

Solution: Use automatic layouting using native power of CSS, e.g. flexbox or native CSS grid layout.