Skip to content

Commit

Permalink
Merge pull request #357 from internetarchive/v.4.12.0
Browse files Browse the repository at this point in the history
4.12.0
  • Loading branch information
mc2 authored Jun 15, 2020
2 parents 618b4e0 + c49c258 commit 5bee035
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 20 deletions.
26 changes: 13 additions & 13 deletions BookReader/BookReader.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,19 +321,6 @@ body.BRfullscreenActive .mm-menu {
padding: 5px 10px !important;
}

/* High contrast mode */
.high-contrast .BRpagediv1up {
background-color: white;
}
.high-contrast .BRpagedivthumb {
background-color: white;
}
.high-contrast .BRpageview img,
.high-contrast .BRtwopageview img {
-webkit-filter: grayscale(100%) brightness(120%);
filter: grayscale(100%) brightness(120%);
}

.BRaction {
margin-left: 5px;
margin-right: 5px;
Expand Down Expand Up @@ -501,6 +488,14 @@ body.BRfullscreenActive .mm-menu {
padding: 8px 16px;
}
}
/* filters */
.filter-applied .BRpagediv1up {
background-color: white;
}
.filter-applied .BRpagedivthumb {
background-color: white;
}

.BRpageview {
position: relative;
margin: auto;
Expand Down Expand Up @@ -2144,6 +2139,11 @@ html.mm-background .BookReader {
display: block;
}
}
.BRcheckbox-label-filters {
position: relative;
bottom: 2px;
}

/* Desktop Only */
@media (min-width: 801px) {
.BRtoolbar.responsive {
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/plugins/plugin.mobile_nav.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 4.12.0
- Fix: Test command for Windows users @cdrini
- Dev: Autoplay e2e test @pyrojet99
- Dev: Enable eslint for tests @Kartik1397
- Dev: Mobile search e2e test @pyrojet99
- Fix: Extra querystring after hash @kristopolous
- Dev: Update websocket-extensions, sinon, testcafe @cdrini
- Feature: Visual adjustments checkboxes on mobile @pyrojet99

# 4.11.1
- Fix: search urls now redirect to query parameter `q=foo` @mc2

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": "bookreader",
"version": "4.11.1",
"version": "4.12.0",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5bee035

Please sign in to comment.