* fix codeblock tab-size (#703)

* hide codeblock menu group during printing
This commit is contained in:
Philip Okugbe
2025-02-06 17:43:31 +00:00
committed by GitHub
parent 54e8d60840
commit 33ddd92198
3 changed files with 29 additions and 18 deletions

View File

@@ -16,3 +16,9 @@
align-items: center;
justify-content: center;
}
.menuGroup {
@media print {
display: none;
}
}