Voice Preview Edition display and content fixes (#36447)

* Fix display issues when :target is active

* Content update

* Change :target to display block
This commit is contained in:
Darren Griffin 2024-12-20 02:12:48 +00:00 committed by GitHub
parent deb4b5ade3
commit 30ba97ac74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

@ -433,7 +433,7 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
<div class="card-image"><img loading="lazy" src="/images/voice-pe/features/led-ring.webp"
alt="Close-up photo of the illuminated (blue) LED ring on the Voice Preview Edition"></div>
<div class="card-title h3">Visual feedback</div>
<div class="card-description">Multicolored LED ring displays when its listening, volume levels and more
<div class="card-description">Multicolored LED ring displays when its listening, volume levels, and more
</div>
</div>
<div class="product-feature-card" id="feature-audio-jack">
@ -478,8 +478,7 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
<div class="side-info-wrapper">
<div class="side-info">
<span>Local</span>
<p>Your voice never leaves your home and the processing is pretty accurate, but is hardware-intensive.
</p>
<p>Your voice never leaves your home and the processing is pretty accurate, but is hardware-intensive.</p>
</div>
</div>
</div>
@ -487,8 +486,7 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
<div class="side-info-wrapper">
<div class="side-info">
<span>Cloud</span>
<p>Your voice is processed privately on Home Assistant Cloud, allowing Assist to run very accurately on
low-powered hardware.</p>
<p>Your voice is processed on a private cloud, allowing Assist to run fast and very accurately on low-powered hardware.</p>
</div>
</div>
</div>

View File

@ -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 {