parse-community / parse-community.github.io

Parse Platform GitHub Pages
https://parseplatform.org
Other
10 stars 24 forks source link

Fix text wrapping #24

Closed TomWFox closed 5 years ago

TomWFox commented 5 years ago

This fixes the text wrapping on both repoList repoTitle and repo repoTitle so that text can be seen on small width displays.

Fixes #20.

These changes do create some issues in the repoList class for Parse Server adaptors but at least you can actually read all the text on mobile (I'll try and fix this).

Before changes:

Screenshot 2019-03-24 at 20 45 45 Screenshot 2019-03-24 at 20 45 45

After changes:

Screenshot 2019-03-24 at 20 45 45 Screenshot 2019-03-24 at 20 46 35 1
TomWFox commented 5 years ago

I've fixed the resizing for the repoList with metadata.

It resizes in two phases:

Phase 1: The language name is hidden.

Screenshot 2019-03-25 at 17 59 52

Phase 2: The stars icon + number & the forks icon + number is hidden.

Screenshot 2019-03-25 at 17 59 52
TomWFox commented 5 years ago

@acinader can you take another look at this? - I've made some more changes.