From 30ba97ac742372ae6ba373299a7505ba735da835 Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Fri, 20 Dec 2024 02:12:48 +0000 Subject: [PATCH] Voice Preview Edition display and content fixes (#36447) * Fix display issues when :target is active * Content update * Change :target to display block --- source/voice-pe/index.html | 8 +++----- source/voice-pe/styles.css | 3 ++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/source/voice-pe/index.html b/source/voice-pe/index.html index b30fdb4d54dd..603c6c0022b1 100644 --- a/source/voice-pe/index.html +++ b/source/voice-pe/index.html @@ -433,7 +433,7 @@

Close-up photo of the illuminated (blue) LED ring on the Voice Preview Edition
Visual feedback
-
Multicolored LED ring displays when its listening, volume levels and more +
Multicolored LED ring displays when it’s listening, volume levels, and more
@@ -478,8 +478,7 @@

Local -

Your voice never leaves your home and the processing is pretty accurate, but is hardware-intensive. -

+

Your voice never leaves your home and the processing is pretty accurate, but is hardware-intensive.

@@ -487,8 +486,7 @@

Cloud -

Your voice is processed privately on Home Assistant Cloud, allowing Assist to run very accurately on - low-powered hardware.

+

Your voice is processed on a private cloud, allowing Assist to run fast and very accurately on low-powered hardware.

diff --git a/source/voice-pe/styles.css b/source/voice-pe/styles.css index 5c400fdf5a33..e47f13c335df 100644 --- a/source/voice-pe/styles.css +++ b/source/voice-pe/styles.css @@ -116,7 +116,8 @@ article.page h3 { .vpe-main :target { position: initial; top: initial; - visibility: initial + visibility: initial; + display: block; } .vpe-main .nice-select .list {