main.css 698 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. }