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 fc7677a commit 98ce242Copy full SHA for 98ce242
packages/typescriptlang-org/gatsby-ssr.js
@@ -38,5 +38,5 @@ const CustomColorSwitcherCode = () => {
38
}
39
40
exports.onRenderBody = ({ setPreBodyComponents }) => {
41
- setPreBodyComponents(<CustomColorSwitcherCode />)
+ setPreBodyComponents(<CustomColorSwitcherCode key="CustomColorSwitcherCode" />)
42
packages/typescriptlang-org/src/templates/documentation.scss
@@ -48,6 +48,19 @@
48
flex-direction: row;
49
width: 100%;
50
51
+ aside.handbook-toc {
52
+ @media (max-width: $screen-xs) {
53
+ padding: 0 0.5rem;
54
+ box-sizing: border-box;
55
+ }
56
57
+
58
+ .whitespace.raised {
59
+ width: fill-available;
60
+ width: -moz-available;
61
+ width: -webkit-fill-available;
62
63
64
@media (max-width: 999px) {
65
flex-direction: column;
66
0 commit comments