Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/components/FloatingAssistant/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@
display: flex;
flex-direction: column;
flex: 1;
padding: 32px 16px 16px;
}

.floating-assistant__landing-intro {
Expand Down Expand Up @@ -735,7 +734,7 @@

// ── Input area ────────────────────────────────────────────────────────────────
.floating-assistant__input-row {
padding: 8px 12px 8px;
padding: 8px 16px 8px;
flex-shrink: 0;
border-top: 1px solid var(--fa-input-row-border);
background: var(--fa-input-row-bg);
Expand Down
Loading