💄 style: hide navigation buttons on print view

This commit is contained in:
welpo
2023-11-19 19:15:12 +01:00
parent 381f41dd0d
commit e20e1c467c

View File

@@ -118,3 +118,9 @@
display: none !important;
}
}
@media print {
#button-container {
display: none;
}
}