Skip to content

Commit 2d19d55

Browse files
committed
5.0.0-80
1 parent 4dab4ce commit 2d19d55

19 files changed

Lines changed: 158 additions & 170 deletions

BookReader/BookReader.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,8 +1418,6 @@ i.BRicon {
14181418

14191419
.BRtoolbarbuttons {
14201420
white-space: nowrap;
1421-
text-align: right;
1422-
border-spacing: 0;
14231421
box-sizing: border-box;
14241422
display: flex;
14251423
flex-direction: row;
@@ -1452,13 +1450,11 @@ i.BRicon {
14521450
}
14531451

14541452
.BRtoolbarLeft {
1455-
text-align: left;
14561453
flex: 1 auto;
14571454
overflow-y: hidden;
14581455
}
14591456

14601457
.BRtoolbarRight {
1461-
text-align: right;
14621458
flex: none;
14631459
}
14641460

@@ -1469,6 +1465,10 @@ i.BRicon {
14691465
box-shadow: 0px 1px 3px 0px rgba(102, 102, 102, 0.25);
14701466
}
14711467
}
1468+
ia-bookreader .BRtoolbar {
1469+
padding-left: 50px;
1470+
}
1471+
14721472
.BookReader .BRquery, .BRfloat .BRquery, .BookReader .BRchapter > div, .BRfloat .BRchapter > div {
14731473
display: none;
14741474
position: absolute;

BookReader/BookReader.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/BookReader.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/ia-bookreader-bundle.js

Lines changed: 132 additions & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/ia-bookreader-bundle.js.LICENSE.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,3 @@
55
* Copyright 2017 Google LLC
66
* SPDX-License-Identifier: BSD-3-Clause
77
*/
8-
9-
/**
10-
* @license
11-
* Copyright 2018 Google LLC
12-
* SPDX-License-Identifier: BSD-3-Clause
13-
*/
14-
15-
/**
16-
* @license
17-
* Copyright 2020 Google LLC
18-
* SPDX-License-Identifier: BSD-3-Clause
19-
*/

BookReader/ia-bookreader-bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/plugins/plugin.chapters.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/plugins/plugin.chapters.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/plugins/plugin.iiif.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BookReader/plugins/plugin.iiif.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)