amattu2 / better-vinwiki

A reenvisioned and modernized VINwiki.com alternative web application built with React.js, TypeScript, and MUI.
https://better-vinwiki.pages.dev
GNU Affero General Public License v3.0
0 stars 0 forks source link

Poor small screen sidebar scaling #107

Closed amattu2 closed 3 months ago

amattu2 commented 11 months ago

Description

On (very) small screens, the sidebar menu scales poorly. Unless implementing a mobile-friendly sidebar menu, potentially just scale the padding down on smaller screens and hide the app icon.

Sidenote: The two sets of icons aren't centered horizontally. Visible in the screenshot

How to Reproduce

  1. Login to Better VINwiki
  2. Simulate a small viewport (13in)
  3. Observe sidebar

Related Code

N/A

Related Screenshots

image

amattu2 commented 3 months ago

This is still present on small screens. It seems the Material-UI breakpoints aren't based on screen height alone.