From 89623aa7ecd2d55d47e2e225149e46913418d602 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 26 Jan 2023 21:48:28 +0100 Subject: [PATCH] Fix margin and title on assist dialog (#15219) --- src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts | 5 +++++ src/translations/en.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts b/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts index 27ff2e15cc..dc0cfd1e8b 100644 --- a/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts +++ b/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts @@ -507,6 +507,11 @@ export class HaVoiceCommandDialog extends LitElement { color: var(--text-primary-color); } + .input { + margin-left: 0; + margin-right: 0; + } + .interimTranscript { color: var(--secondary-text-color); } diff --git a/src/translations/en.json b/src/translations/en.json index c063af0864..b893a20476 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -803,7 +803,7 @@ "nothing_found": "Nothing found!" }, "voice_command": { - "title": "Assistant", + "title": "Assist", "did_not_hear": "Home Assistant did not hear anything", "did_not_understand": "Didn't quite get that", "found": "I found the following for you:",