Skip to content

Commit

Permalink
fix: fixed design
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Nov 30, 2024
1 parent d0761b7 commit 19fa31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/tests/tests/bookmarks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/tests/bookmarks/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createReader } from "@prose-reader/core"
import { generateManifestFromArchive } from "@prose-reader/streamer"
import { bookmarksEnhancer, RuntimeBookmark } from "@prose-reader/enhancer-bookmarks"
import { bookmarksEnhancer } from "@prose-reader/enhancer-bookmarks"
import { createArchiveFromPdf, pdfEnhancer } from "@prose-reader/enhancer-pdf"
import * as pdfjsLib from "pdfjs-dist"
import pdfWorkerUrl from "pdfjs-dist/build/pdf.worker.min.mjs?url"
Expand Down

0 comments on commit 19fa31d

Please sign in to comment.