@hyperbook/markdown 0.48.2 → 0.48.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -919,6 +919,9 @@ nav.toc li.level-3 {
919
919
  }
920
920
 
921
921
  .main-grid.layout-standalone header,
922
+ .main-grid.layout-standalone .floating-buttons-container {
923
+ display: none;
924
+ }
922
925
  .main-grid.layout-standalone .sidebar {
923
926
  display: none;
924
927
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperbook/markdown",
3
- "version": "0.48.2",
3
+ "version": "0.48.3",
4
4
  "author": "Mike Barkmin",
5
5
  "homepage": "https://github.com/openpatch/hyperbook#readme",
6
6
  "license": "MIT",