Skip to content

Commit

Permalink
Voice Preview Edition display and content fixes (#36447)
Browse files Browse the repository at this point in the history
* Fix display issues when :target is active

* Content update

* Change :target to display block
  • Loading branch information
mrdarrengriffin authored Dec 20, 2024
1 parent deb4b5a commit 30ba97a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions source/voice-pe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h1>
<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 it’s listening, volume levels, and more
</div>
</div>
<div class="product-feature-card" id="feature-audio-jack">
Expand Down Expand Up @@ -478,17 +478,15 @@ <h1>
<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>
<div class="info-side">
<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>
Expand Down
3 changes: 2 additions & 1 deletion source/voice-pe/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 30ba97a

Please sign in to comment.