mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
get cryptojs from bower; rework voice dialog
This commit is contained in:
parent
d010a273a6
commit
9e9ef216fa
102 changed files with 7317 additions and 175 deletions
|
@ -1,28 +1,6 @@
|
|||
.voiceInputHelp {
|
||||
background-image: url(../css/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;
|
||||
/* Need to make sure it is on top of content but underneath slideout panels */
|
||||
z-index: 1097;
|
||||
}
|
||||
|
||||
.voiceInputHelpInner {
|
||||
background: rgba(10,10,10,.8);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.voiceHelpContent {
|
||||
.voiceHelpContent {
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
padding: 1em 1em 0;
|
||||
}
|
||||
|
||||
.exampleCommands {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue