mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add mic to header
This commit is contained in:
parent
962908d145
commit
99f5167804
36 changed files with 715 additions and 106 deletions
51
dashboard-ui/css/voice.css
Normal file
51
dashboard-ui/css/voice.css
Normal file
|
@ -0,0 +1,51 @@
|
|||
.voiceInputHelp {
|
||||
background-image: url(images/splash.jpg);
|
||||
top: 50px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
position: fixed;
|
||||
background-position: center center;
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
z-index: 999999;
|
||||
}
|
||||
|
||||
.voiceInputHelpInner {
|
||||
background: rgba(10,10,10,.8);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.voiceHelpContent {
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
padding: 1em 1em 0;
|
||||
}
|
||||
|
||||
.exampleCommands {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.exampleCommand {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.exampleCommand .fa {
|
||||
vertical-align: middle;
|
||||
color: #3388cc;
|
||||
}
|
||||
|
||||
.exampleCommandText {
|
||||
margin: 0 1em;
|
||||
}
|
||||
|
||||
.defaultVoiceHelp {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.voiceInputContainer {
|
||||
margin: 1.5em 0;
|
||||
font-size: 15px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue