chat.css 703 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .h-\[40vh\], .wrap.svelte-byatnx.svelte-byatnx.svelte-byatnx {
  2. height: 66.67vh
  3. }
  4. .gradio-container {
  5. margin-left: auto !important;
  6. margin-right: auto !important;
  7. }
  8. .w-screen {
  9. width: unset
  10. }
  11. div.svelte-362y77>*, div.svelte-362y77>.form>* {
  12. flex-wrap: nowrap
  13. }
  14. /* fixes the API documentation in chat mode */
  15. .api-docs.svelte-1iguv9h.svelte-1iguv9h.svelte-1iguv9h {
  16. display: grid;
  17. }
  18. .pending.svelte-1ed2p3z {
  19. opacity: 1;
  20. }
  21. #extensions {
  22. padding: 0;
  23. padding: 0;
  24. }
  25. #gradio-chatbot {
  26. height: 66.67vh;
  27. }
  28. .wrap.svelte-6roggh.svelte-6roggh {
  29. max-height: 92.5%;
  30. }
  31. /* This is for the microphone button in the whisper extension */
  32. .sm.svelte-1ipelgc {
  33. width: 100%;
  34. }