Skip to content

Commit 41c6cc0

Browse files
committed
Hide navigation toggle on larger screens
1 parent 2b393e9 commit 41c6cc0

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
@@ -223,6 +223,7 @@ nav a:hover {
223223
position: fixed;
224224
top: 10px;
225225
left: 20px;
226+
cursor: pointer;
226227
}
227228

228229
#navigation-toggle[aria-expanded="true"] {
@@ -343,6 +344,9 @@ main h6 {
343344
/* 11. Media Queries */
344345
@media (min-width: 1024px) {
345346
/* Styles for larger screens */
347+
#navigation-toggle {
348+
display: none;
349+
}
346350
}
347351

348352
/* 12. Print Styles */

0 commit comments

Comments
 (0)