mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 11:01:39 +03:00
ux: top-align overlay content
This commit is contained in:
@@ -265,7 +265,7 @@ private struct VoiceWakeOverlayView: View {
|
||||
@FocusState private var textFocused: Bool
|
||||
|
||||
var body: some View {
|
||||
HStack(spacing: 8) {
|
||||
HStack(alignment: .top, spacing: 8) {
|
||||
if self.controller.model.isEditing {
|
||||
TranscriptTextView(
|
||||
text: Binding(
|
||||
|
||||
Reference in New Issue
Block a user