sidebar.css 355 B

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