Skip to content

Commit

Permalink
💄 style: hide navigation buttons on print view
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Nov 19, 2023
1 parent 381f41d commit e20e1c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sass/parts/_quick_navigation_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,9 @@
display: none !important;
}
}

@media print {
#button-container {
display: none;
}
}

0 comments on commit e20e1c4

Please sign in to comment.