Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

custom-search.css 1.4 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  1. .fixed-content {
  2. overflow: visible;
  3. }
  4. [data-md-toggle=search]:checked~.md-container .md-search__output {
  5. box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.4);
  6. opacity: 1;
  7. overflow: visible;
  8. width: auto;
  9. }
  10. [data-md-toggle=search]:checked~.md-container .md-search__overlay {
  11. width: 100%;
  12. height: 100%;
  13. transition: width 0s,height 0s,opacity .25s;
  14. opacity: 1;
  15. }
  16. [data-md-toggle=search]:checked~.md-container .md-search__scrollwrap {
  17. max-height: 75vh;
  18. }
  19. .dagshub-navbar .md-search__inner {
  20. width: 275px;
  21. }
  22. .dagshub-navbar .md-search__form {
  23. display: flex;
  24. flex-direction: row;
  25. align-items: center;
  26. background: var(--dark-800);
  27. border-radius: var(--button-radius);
  28. background-repeat: no-repeat;
  29. background-position: 10px;
  30. text-decoration: none;
  31. border: none;
  32. flex: none;
  33. order: 1;
  34. flex-grow: 0;
  35. color: var(--white);
  36. opacity: 100%;
  37. }
  38. @media only screen and (min-width: 60em) {
  39. .dagshub-navbar .md-search__form {
  40. height: 32px;
  41. }
  42. .dagshub-navbar .md-search__form .md-search__input {
  43. padding: 4px 32px;
  44. font-size: 14px;
  45. margin-top: -2px;
  46. }
  47. .dagshub-navbar .md-search__input+.md-search__icon svg {
  48. width: 20px;
  49. height: 20px;
  50. }
  51. .dagshub-navbar .md-search__inner .md-search__output {
  52. top: 1.4rem;
  53. }
  54. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...