bok-reader 0.6.0 → 0.6.2

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.
package/README.md CHANGED
@@ -27,9 +27,6 @@ function MyBookViewer() {
27
27
  <div style={{
28
28
  height: "100vh",
29
29
  width: "100vw",
30
- // the --safari-is-stupid-width is here basically because safari needs some explicit pointers on how big the colums are in column view, instead of inferring like chrome and firefox.
31
- // @ts-expect-error sorry ts, we need this stupid variable for stupid safari
32
- --safari-is-stupid-width: "100vw"
33
30
  }}>
34
31
  <BokReader epubDataSource={epubUrl} />
35
32
  </div>