mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-01 15:10:15 +01:00
9 lines
153 B
CSS
9 lines
153 B
CSS
|
.SDAP .hires_opts input[type="number"] {
|
||
|
width: 6em !important;
|
||
|
}
|
||
|
|
||
|
/* silero_tts preview */
|
||
|
.form:has(> #silero_preview_text) {
|
||
|
min-width: 75%
|
||
|
}
|