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.
2 parents dc76544 + f6cb791 commit 6096b87Copy full SHA for 6096b87
src/theme/reference.css
@@ -1,10 +1,18 @@
1
-/* This selector moves things around to make space for the warning on the top
2
- of each page. Get rid of it when the warning goes away. */
+/* These selectors moves things around to make space for the warning on the
+ top of each page. Get rid of it when the warning goes away. */
3
.page-wrapper > .nav-chapters {
4
/* add height for warning content & margin */
5
top: 120px;
6
}
7
8
+.sidebar-visible .content {
9
+ top: 120px;
10
+}
11
+
12
+.nav-chapters {
13
14
15
16
p.warning {
17
background-color: rgb(242, 222, 222);
18
border-bottom-color: rgb(238, 211, 215);
0 commit comments