Skip to content

Commit e2b6431

Browse files
authored
docs: flip TOML and envvars order (#2389)
1 parent 44d6ccf commit e2b6431

File tree

3 files changed

+658
-485
lines changed

3 files changed

+658
-485
lines changed

docs/extra.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,42 @@ h1, h2, h3, h4, h5, h6 {
4545
border-bottom: 1px solid #e1e4e5;
4646
margin-bottom: 0.8em;
4747
padding-bottom: 0.2em;
48+
scroll-margin: 1.5em 0;
49+
}
50+
51+
/* make it so tables can overflow the content area, make the most of the content area */
52+
.wy-nav-content-wrap {
53+
container-type: inline-size;
54+
}
55+
.wy-table-responsive {
56+
overflow-x: auto;
57+
overflow-y: hidden;
58+
position: relative;
59+
left: -3.236em;
60+
max-width: calc(100cqw);
61+
width: fit-content;
62+
min-width: calc(100% + 3.236em + 3.236em);
63+
}
64+
.rst-content .section .wy-table-responsive .docutils {
65+
padding-left: 3.236em;
66+
padding-right: 3.236em;
67+
}
68+
.rst-content .section .wy-table-responsive .docutils thead,
69+
.rst-content .section .wy-table-responsive .docutils tbody {
70+
background-color: white;
71+
}
72+
@media screen and (max-width: 768px) {
73+
.wy-table-responsive {
74+
left: -1em;
75+
}
76+
.rst-content .section .wy-table-responsive .docutils {
77+
padding-left: 1em;
78+
padding-right: 1em;
79+
}
80+
}
81+
82+
.wy-nav-content {
83+
max-width: 900px;
4884
}
4985

5086
.rst-content blockquote {

0 commit comments

Comments
 (0)