main.css 587 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. svg {
  29. display: unset !important;
  30. vertical-align: middle !important;
  31. margin: 5px;
  32. }
  33. ol li p, ul li p {
  34. display: inline-block;
  35. }
  36. #main, #settings, #chat-settings {
  37. border: 0;
  38. }