neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.83k stars 151 forks source link

Portal.view.home.ContentBox: try out a box-shadow instead of a border #5667

Closed tobiu closed 1 month ago

tobiu commented 1 month ago

Definitely a topic for @mxmrtns:

For me, a border is not as good as a content separation as a box-shadow.

box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); feels too much (same value as the header shadow)

box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); feels nicer.

Screenshot 2024-08-01 at 19 53 43

Screenshot 2024-08-01 at 20 04 23

tobiu commented 1 month ago

feel free to revert this one, in case you disagree.