Skip to content

Commit

Permalink
5.0.0-19 (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini authored Oct 4, 2021
1 parent 9fd2059 commit 01adbf8
Show file tree
Hide file tree
Showing 23 changed files with 74 additions and 53 deletions.
6 changes: 3 additions & 3 deletions BookReader/BookReader.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,19 +462,19 @@ body.BRfullscreenActive .mm-menu {
cursor: unset;
}

.br-mode-1up {
.br-mode-1up__root {
display: block;
overflow: auto;
position: relative;
width: 100%;
height: 100%;
contain: strict;
}
.br-mode-1up .br-mode-1up__world {
.br-mode-1up__root .br-mode-1up__world {
position: absolute;
transform-origin: 0 0;
}
.br-mode-1up .br-mode-1up__visible-world {
.br-mode-1up__root .br-mode-1up__visible-world {
position: absolute;
transform-origin: 0 0;
}
Expand Down
2 changes: 1 addition & 1 deletion BookReader/BookReader.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BookReader/BookReader.js.map

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions BookReader/bookreader-component-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BookReader/bookreader-component-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BookReader/plugins/plugin.chapters.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 01adbf8

Please sign in to comment.