mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
25 lines
292 B
CSS
25 lines
292 B
CSS
.voiceHelpContent {
|
|
max-width: 600px;
|
|
margin: auto;
|
|
}
|
|
|
|
.exampleCommands {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.exampleCommand {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
.exampleCommandText {
|
|
padding-left: .25em;
|
|
}
|
|
|
|
.defaultVoiceHelp {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.voiceInputContainer {
|
|
margin: 1.5em 0;
|
|
}
|