mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use shared voice components
This commit is contained in:
parent
aece94029c
commit
07da989bfd
28 changed files with 413 additions and 185 deletions
20
dashboard-ui/bower_components/emby-webcomponents/voice/voice.css
vendored
Normal file
20
dashboard-ui/bower_components/emby-webcomponents/voice/voice.css
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
.voiceHelpContent {
|
||||
max-width: 700px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.exampleCommand {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.exampleCommandText {
|
||||
padding-left: .25em;
|
||||
}
|
||||
|
||||
.defaultVoiceHelp {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.voiceInputContainer {
|
||||
margin: 1.5em 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue