Frontmatter
| id | 5667 |
| title | Portal.view.home.ContentBox: try out a box-shadow instead of a border |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 1, 2024, 8:07 PM |
| updatedAt | Aug 1, 2024, 8:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5667 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 1, 2024, 8:09 PM |

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.