main.css 768 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .tabs.svelte-710i53 {
  2. margin-top: 0
  3. }
  4. .py-6 {
  5. padding-top: 2.5rem
  6. }
  7. .dark #refresh-button {
  8. background-color: #ffffff1f;
  9. }
  10. #refresh-button {
  11. flex: none;
  12. margin: 0;
  13. padding: 0;
  14. min-width: 50px;
  15. border: none;
  16. box-shadow: none;
  17. border-radius: 10px;
  18. background-color: #0000000d;
  19. }
  20. #download-label, #upload-label {
  21. min-height: 0
  22. }
  23. #accordion {
  24. }
  25. .dark svg {
  26. fill: white;
  27. }
  28. .dark a {
  29. color: white !important;
  30. text-decoration: none !important;
  31. }
  32. svg {
  33. display: unset !important;
  34. vertical-align: middle !important;
  35. margin: 5px;
  36. }
  37. ol li p, ul li p {
  38. display: inline-block;
  39. }
  40. #main, #parameters, #chat-settings, #interface-mode, #lora {
  41. border: 0;
  42. }
  43. .gradio-container-3-18-0 .prose * h1, h2, h3, h4 {
  44. color: white;
  45. }