Skip to content

Commit f14547d

Browse files
committed
Give the print button a bit more margin
1 parent 0cc9ddd commit f14547d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/theme/book.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ table thead td {
230230
-ms-transition: color 0.5s;
231231
transition: color 0.5s;
232232
}
233+
#menu-bar #print-button {
234+
margin: 0 15px;
235+
}
233236
html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-container {
234237
-webkit-transform: translateY(-60px);
235238
-moz-transform: translateY(-60px);

src/theme/stylus/menu.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
cursor: pointer
2121
transition: color 0.5s
2222
}
23+
24+
#print-button {
25+
margin: 0 15px
26+
}
2327
}
2428

2529
html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-container {

0 commit comments

Comments
 (0)