local multi language STT
This commit is contained in:
@@ -114,6 +114,12 @@
|
||||
background: var(--panel-soft-background);
|
||||
}
|
||||
|
||||
.dictation-language-panel,
|
||||
.dictation-language-select-shell {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.user-search-panel {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
@@ -183,7 +189,9 @@
|
||||
}
|
||||
|
||||
.form-control,
|
||||
.form-control:focus {
|
||||
.form-control:focus,
|
||||
.form-select,
|
||||
.form-select:focus {
|
||||
color: var(--page-text);
|
||||
background-color: var(--input-background);
|
||||
border-color: var(--input-border);
|
||||
|
||||
Reference in New Issue
Block a user