text-generation-webui/css/chat.css

48 lines
760 B
CSS
Raw Normal View History

2023-03-15 15:33:26 +00:00
.h-\[40vh\], .wrap.svelte-byatnx.svelte-byatnx.svelte-byatnx {
height: 66.67vh
}
2023-03-15 16:24:54 +00:00
2023-03-15 15:33:26 +00:00
.gradio-container {
margin-left: auto !important;
margin-right: auto !important;
}
2023-03-15 16:24:54 +00:00
2023-03-15 15:33:26 +00:00
.w-screen {
width: unset
}
2023-03-15 16:24:54 +00:00
2023-03-15 15:33:26 +00:00
div.svelte-362y77>*, div.svelte-362y77>.form>* {
flex-wrap: nowrap
}
2023-03-15 16:24:54 +00:00
2023-03-15 15:33:26 +00:00
/* fixes the API documentation in chat mode */
.api-docs.svelte-1iguv9h.svelte-1iguv9h.svelte-1iguv9h {
display: grid;
}
2023-03-15 16:24:54 +00:00
2023-03-15 15:33:26 +00:00
.pending.svelte-1ed2p3z {
opacity: 1;
}
2023-03-27 01:20:30 +00:00
#extensions {
2023-05-25 16:12:34 +00:00
padding: 0;
padding: 0;
2023-03-27 01:20:30 +00:00
}
2023-03-30 03:43:49 +00:00
#gradio-chatbot {
2023-05-25 16:12:34 +00:00
height: 66.67vh;
2023-03-30 03:43:49 +00:00
}
2023-03-30 04:02:11 +00:00
.wrap.svelte-6roggh.svelte-6roggh {
2023-05-25 16:12:34 +00:00
max-height: 92.5%;
2023-03-30 04:02:11 +00:00
}
/* This is for the microphone button in the whisper extension */
.sm.svelte-1ipelgc {
2023-05-25 16:12:34 +00:00
width: 100%;
}
2023-05-30 03:30:15 +00:00
#main button {
min-width: 0 !important;
}