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