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 0cc9ddd commit f14547dCopy full SHA for f14547d
src/theme/book.css
@@ -230,6 +230,9 @@ table thead td {
230
-ms-transition: color 0.5s;
231
transition: color 0.5s;
232
}
233
+#menu-bar #print-button {
234
+ margin: 0 15px;
235
+}
236
html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-container {
237
-webkit-transform: translateY(-60px);
238
-moz-transform: translateY(-60px);
src/theme/stylus/menu.styl
@@ -20,6 +20,10 @@
20
cursor: pointer
21
transition: color 0.5s
22
23
+
24
+ #print-button {
25
+ margin: 0 15px
26
+ }
27
28
29
0 commit comments