style(dashboard): Add top margin to ContextualRecommendationsWidget to match page layout spacing

This commit is contained in:
2026-06-14 11:13:41 +02:00
parent 8856fb1614
commit 893fed4d60
@@ -5,6 +5,7 @@
.recommendations-panel { .recommendations-panel {
width: 100%; width: 100%;
padding: 1.75rem; padding: 1.75rem;
margin-top: 2.5rem;
background: var(--nexus-surface, #1a1a1e); background: var(--nexus-surface, #1a1a1e);
border: 1px solid var(--nexus-border, rgba(255, 255, 255, 0.05)); border: 1px solid var(--nexus-border, rgba(255, 255, 255, 0.05));
border-radius: 12px; border-radius: 12px;