mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Reposition speech-to-text progress
This commit is contained in:
parent
5b9b744662
commit
c7ae0f5f90
@ -13,20 +13,20 @@
|
||||
|
||||
<style>
|
||||
.listening {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
|
||||
border-radius: 2px;
|
||||
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
|
||||
padding: 16px;
|
||||
background-color: #FFF;
|
||||
background-color: rgba(255, 255, 255, 0.95);
|
||||
line-height: 2em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1020px) {
|
||||
.listening {
|
||||
margin: 8px 8px 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.interimTranscript {
|
||||
color: darkgrey;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user