Skip to content

Commit c43c5d3

Browse files
committed
5.0.0-73
1 parent ff009cb commit c43c5d3

58 files changed

Lines changed: 81 additions & 73 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BookReader/BookReader.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "UTF-8";
12
/* Variables */
23
/* COLORBOX POP-UP */
34
#colorbox, #cboxOverlay, #cboxWrapper {
@@ -1476,8 +1477,7 @@ i.BRicon {
14761477
display: none;
14771478
position: absolute;
14781479
bottom: calc(100% + 5px);
1479-
left: 50%;
1480-
transform: translateX(-50%);
1480+
left: -14px;
14811481
width: 350px;
14821482
max-width: 100vw;
14831483
padding: 12px 14px;
@@ -1497,9 +1497,7 @@ i.BRicon {
14971497
position: absolute;
14981498
content: "";
14991499
bottom: -9px;
1500-
left: 50%;
1501-
margin-left: -1px;
1502-
transform: translateX(-50%);
1500+
left: 0;
15031501
width: 30px;
15041502
height: 10px;
15051503
clip-path: polygon(0 0, 100% 0, 50% 100%);
@@ -1601,8 +1599,13 @@ i.BRicon {
16011599
overflow: hidden;
16021600
margin-bottom: 6px;
16031601
}
1602+
.BookReader .BRquery main:before, .BRfloat .BRquery main:before {
1603+
content: "“";
1604+
}
1605+
.BookReader .BRquery main:after, .BRfloat .BRquery main:after {
1606+
content: "”";
1607+
}
16041608
.BookReader .BRquery footer, .BRfloat .BRquery footer {
1605-
text-align: center;
16061609
font-size: 0.85em;
16071610
opacity: 0.8;
16081611
}

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: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/icons/1up.svg

Lines changed: 1 addition & 1 deletion
Loading

BookReader/icons/2up.svg

Lines changed: 1 addition & 1 deletion
Loading

BookReader/icons/advance.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

BookReader/icons/close-circle.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)