Skip to content

Commit

Permalink
4.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneriley committed Oct 5, 2020
1 parent 3ab0cb2 commit 3334a49
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 18 deletions.
17 changes: 5 additions & 12 deletions BookReader/BookReader.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,15 @@
}

.BRprogresspopup {
position: absolute;
min-width: inherit;
margin: 80px auto auto;
position: relative;
max-width: 50%;
min-width: 300px;
background-color: white;
font-size: 1.5em;
padding: 20px;
border: 2px solid #999;
min-width: 300px;
z-index: 3000;
}

Expand Down Expand Up @@ -401,11 +404,6 @@ body.BRfullscreenActive .mm-menu {
font-size: inherit;
}

.BRprogresspopup {
max-width: 80%;
min-width: inherit;
}

.BookReader .fieldset-embed, .BRmobileMenu .fieldset-embed, .BRfloat .fieldset-embed {
display: none;
}
Expand Down Expand Up @@ -1857,11 +1855,6 @@ i.BRicon {
.BookReader #BRsearch_tray #search_pending.visible, .BRmobileMenu #BRsearch_tray #search_pending.visible, .BRfloat #BRsearch_tray #search_pending.visible {
display: block;
}
.BookReader .search_modal, .BRmobileMenu .search_modal, .BRfloat .search_modal {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.BookReader .BRsearch-navigation, .BRmobileMenu .BRsearch-navigation, .BRfloat .BRsearch-navigation {
position: relative;
z-index: 1;
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.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.18.1
- Fix: Skips subsequent creation of search views when setup called 1+n times

# 4.18.0
- Dev: Add eslint for `space-after-keywords`, `space-before-blocks`, `only-multiline` @Yashs911
- Dev: Update eslint, sinon, @types/jest, testcafe, sass, webpack @dependabot-preview + @cdrini
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internetarchive/bookreader",
"version": "4.18.0",
"version": "4.18.1",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3334a49

Please sign in to comment.