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
|
@ -908,6 +908,26 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
background: rgba(248, 58, 34, .8);
|
||||
}
|
||||
|
||||
.syncIndicator {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
right: 5px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: 24px;
|
||||
height: 19px;
|
||||
padding-top: 3px;
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
background: rgba(51, 136, 204, .8);
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.syncWorkingIndicator {
|
||||
background: rgba(255, 106, 0, .8);
|
||||
}
|
||||
|
||||
.playedIndicator {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
@ -1387,7 +1407,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.ui-page-theme-b .listItem:hover a {
|
||||
background-color: #333 !important;
|
||||
background-color: rgba(51,51,51,.6) !important;
|
||||
}
|
||||
|
||||
@media all and (max-width: 600px) {
|
||||
|
|
|
@ -282,7 +282,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 1000px) {
|
||||
@media all and (max-width: 1440px) {
|
||||
|
||||
/* They can use the left menu */
|
||||
.dashboardEntryHeaderButton {
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
font-weight: 300;
|
||||
display: none;
|
||||
position: relative;
|
||||
top: -6px;
|
||||
padding: 5px 10px;
|
||||
top: -4px;
|
||||
padding: 3px 8px;
|
||||
border-radius: 1000px;
|
||||
}
|
||||
|
||||
|
|
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