You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
876 B

  1. .sidebar-toggle {
  2. position: absolute;
  3. top: 0;
  4. bottom: auto;
  5. left: 0;
  6. }
  7. .search {
  8. margin-top: 40px;
  9. }
  10. .markdown-section h2 {
  11. padding-top: 0.25rem;
  12. }
  13. .markdown-section h3 {
  14. margin-top: 0.25rem;
  15. }
  16. .sidebar, .sidebar-nav {
  17. line-height: 1.5em !important;
  18. }
  19. .markdown-section ul ul {
  20. margin: 0;
  21. }
  22. .markdown-section pre {
  23. padding: 0;
  24. }
  25. @media only screen and (min-width: 768px) {
  26. .flex-container {
  27. display:flex;
  28. flex-flow:row;
  29. }
  30. .flex-container > p {
  31. flex-basis: 100%;
  32. flex: 1;
  33. margin: 1em 2em 1em 2em;
  34. }
  35. }
  36. .docsify-tabs__tab:focus {
  37. outline: none !important;
  38. }
  39. .docsify-tabs__content .anchor {
  40. transition: none;
  41. }
  42. :root {
  43. --docsifytabs-border-color: #ddd;
  44. --docsifytabs-tab-highlight-color: var(--theme-color, #0074d9);
  45. --docsifytabs-tab-background: #f8f8f8;
  46. --docsifytabs-tab-background-active: transparent;
  47. }