Skip to content

Commit 81a8778

Browse files
committed
Hides the navigation toggle when there's enough room to always display the navigation
1 parent 9291d2f commit 81a8778

File tree

1 file changed

+4
-0
lines changed
  • lib/rdoc/generator/template/darkfish/css

1 file changed

+4
-0
lines changed

lib/rdoc/generator/template/darkfish/css/rdoc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@ main {
296296
.table-of-contents main {
297297
margin-left: 20em;
298298
}
299+
300+
#navigation-toggle {
301+
display: none !important;
302+
}
299303
}
300304

301305
main h1[class] {

0 commit comments

Comments
 (0)