inrupt / friend-requests-exploration

An exploration into how Solid users might send each other friend requests
MIT License
3 stars 2 forks source link

panels/friend lists don't appear to be responsive #99

Open SharonStrats opened 4 years ago

SharonStrats commented 4 years ago

When I size down my browser window the lists disappear

michielbdejong commented 4 years ago

yeah that's because of https://github.com/inrupt/friend-requests-exploration/blob/master/src/index.scss#L28 - ideally we should make it switch to a layout that is more readable on narrow-width screens. So maybe put the MainPanel above the PersonTypeLists?