diff --git a/src/app/components/dashboard/dashboard.css b/src/app/components/dashboard/dashboard.css index ca05606..9288d76 100644 --- a/src/app/components/dashboard/dashboard.css +++ b/src/app/components/dashboard/dashboard.css @@ -109,8 +109,26 @@ font-size: 28px; } +.signals-header { + flex-direction: column; + align-items: flex-start; + gap: 20px; +} + +.title-group { + display: flex; + align-items: center; + gap: 24px; + width: 100%; +} + +.signals-search { + flex: 1; + max-width: 400px; +} + .section-copy { - margin: 6px 0 0; + margin: -10px 0 18px; color: #4a5568; } diff --git a/src/app/components/dashboard/dashboard.html b/src/app/components/dashboard/dashboard.html index d113e98..0813b0b 100644 --- a/src/app/components/dashboard/dashboard.html +++ b/src/app/components/dashboard/dashboard.html @@ -52,10 +52,10 @@
Slack messages and GitHub updates appear here as action-ready signals.
+Slack messages and GitHub updates appear here as action-ready signals.