From fbbf0ed41c7997246030400d4c30c44a1ee4110d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 8 Dec 2025 20:10:39 +0100 Subject: [PATCH] ux: top-align overlay content --- apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift b/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift index 5d4088b34..7e02761f5 100644 --- a/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift +++ b/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift @@ -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(