mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
deb4b5ade3
commit
30ba97ac74
@ -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 it’s 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>
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user