diff --git a/ts_web/elements/sio-conversation-selector.ts b/ts_web/elements/sio-conversation-selector.ts index 63ea653..5136237 100644 --- a/ts_web/elements/sio-conversation-selector.ts +++ b/ts_web/elements/sio-conversation-selector.ts @@ -64,11 +64,18 @@ export class SioConversationSelector extends DeesElement { background: ${bdTheme('background')}; } + .header-top { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: ${unsafeCSS(spacing["4"])}; + } + .title { font-size: 1.25rem; line-height: 1.2; font-weight: 600; - margin: 0 0 ${unsafeCSS(spacing["4"])} 0; + margin: 0; color: ${bdTheme('foreground')}; letter-spacing: -0.025em; } @@ -270,7 +277,17 @@ export class SioConversationSelector extends DeesElement { return html`