We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d66b0f commit 3d0b9e9Copy full SHA for 3d0b9e9
docs/api_refs/scripts/update-typedoc-css.js
@@ -8,6 +8,38 @@ const CSS = `\n.tsd-navigation {
8
display: none;
9
}
10
11
+.tsd-toolbar-icon.menu {
12
+ display: flex;
13
+ justify-content: center;
14
+ margin-left: 1rem;
15
+}
16
+
17
+@media (max-width: 769px) {
18
+.col-content {
19
+ margin-top: 1.5rem;
20
+ }
21
+#tsd-toolbar-links {
22
+ display: block
23
24
+ a.title {
25
+ margin-left: 1.8rem;
26
27
28
29
+@media (min-width: 770px) {
30
+#tsd-search {
31
32
+ align-items: center;
33
34
+a.title {
35
+ margin-left: auto;
36
+ margin-right: auto;
37
38
+a.tsd-widget.tsd-toolbar-icon.menu.no-caption {
39
+ display: none;
40
41
42
43
.deprecation-warning {
44
background-color: #ef4444;
45
border-radius: 0.375rem;
0 commit comments