c-hive / dotdev

Next.js SPA professional website template for teams and individuals: https://c-hive.github.io/dotdev/
MIT License
0 stars 1 forks source link

Limit size of products #88

Open thisismydesign opened 4 years ago

thisismydesign commented 4 years ago

Follow-up of https://github.com/c-hive/c-hive.dev/pull/86

Add a height limit to the product box. If the limit is reached cut the description with a ... read more link at the end. The link opens a "details view" of the box floating above the page. The view can be closed by clicking an X on the top right.

Based on the existing width limit, hide tech icons from right to left if the name and icons don't fit. If the name doesn't fit by itself use ... at the end.