mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update voice script
This commit is contained in:
parent
99f5167804
commit
9bdb4a323f
10 changed files with 125 additions and 29 deletions
|
@ -1,51 +0,0 @@
|
|||
.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