Skip to content

Commit

Permalink
Merge pull request #126 from mbret/develop
Browse files Browse the repository at this point in the history
release
  • Loading branch information
mbret authored May 26, 2024
2 parents e1ec896 + c2cbe63 commit 41bccdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/shared/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export const READER_ACCEPTED_EXTENSIONS = {
"application/x-cbz": [".cbz"],
"application/zip": [".epub"],
"application/epub+zip": [".epub"],
"application/x-cbr": [".cbr"]
"application/x-cbr": [".cbr"],
"application/x-rar": [".cbr"]
}
export const READER_SUPPORTED_MIME_TYPES = Object.keys(
READER_ACCEPTED_EXTENSIONS
Expand Down
3 changes: 2 additions & 1 deletion packages/web/src/app-tour/TourContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ const useStyles = ({
display: "flex",
...(withButtons && {
paddingBottom: theme.spacing(2)
})
}),
overflow: "hidden"
},
bottomContainer: {
flex: 0.2
Expand Down

0 comments on commit 41bccdc

Please sign in to comment.