Skip to content

Commit 8199bc9

Browse files
committed
fix(ui): align Talk settings Voice/Model/Sensitivity controls vertically
1 parent e9f9a68 commit 8199bc9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ui/src/styles/chat/layout.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,10 @@
10331033
color: var(--muted);
10341034
}
10351035

1036+
.agent-chat__talk-field > :last-child {
1037+
margin-top: auto;
1038+
}
1039+
10361040
.agent-chat__talk-options input,
10371041
.agent-chat__talk-options select {
10381042
width: 100%;

0 commit comments

Comments
 (0)