mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Update hypothesis example
This commit is contained in:
parent
f10feec1ec
commit
e8a6ed3e64
4 changed files with 533 additions and 373 deletions
|
@ -61,11 +61,11 @@ body {
|
|||
}
|
||||
|
||||
#prev {
|
||||
left: 40px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#next {
|
||||
right: 40px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#toc {
|
||||
|
@ -87,6 +87,14 @@ body {
|
|||
box-shadow: -2px 0 15px rgba(0, 0, 0, 1);
|
||||
content: "";
|
||||
}
|
||||
|
||||
#prev {
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
#next {
|
||||
right: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.arrow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue