chat.css 483 B

12345678910111213141516171819202122
  1. .h-\[40vh\], .wrap.svelte-byatnx.svelte-byatnx.svelte-byatnx {
  2. height: 66.67vh
  3. }
  4. .gradio-container {
  5. max-width: 800px !important;
  6. margin-left: auto !important;
  7. margin-right: auto !important;
  8. }
  9. .w-screen {
  10. width: unset
  11. }
  12. div.svelte-362y77>*, div.svelte-362y77>.form>* {
  13. flex-wrap: nowrap
  14. }
  15. /* fixes the API documentation in chat mode */
  16. .api-docs.svelte-1iguv9h.svelte-1iguv9h.svelte-1iguv9h {
  17. display: grid;
  18. }
  19. .pending.svelte-1ed2p3z {
  20. opacity: 1;
  21. }