@d-i-t-a/reader 2.0.0-beta.15 → 2.0.0-beta.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +59 -15
- package/dist/esm/index.js.map +2 -2
- package/dist/reader.css +3 -5
- package/dist/reader.js +31 -28
- package/dist/reader.js.map +2 -2
- package/dist/reader.map.css +1 -1
- package/dist/types/modules/linefocus/LineFocusModule.d.ts +3 -0
- package/package.json +1 -1
package/dist/reader.css
CHANGED
|
@@ -218,12 +218,11 @@ a {
|
|
|
218
218
|
user-select: none;
|
|
219
219
|
cursor: default; }
|
|
220
220
|
.loading .icon {
|
|
221
|
-
|
|
222
|
-
position: absolute;
|
|
221
|
+
position: sticky;
|
|
223
222
|
top: 50%;
|
|
224
223
|
left: 50%;
|
|
225
|
-
width:
|
|
226
|
-
height:
|
|
224
|
+
width: 4rem;
|
|
225
|
+
height: 4rem;
|
|
227
226
|
transform: translate(-50%, -50%);
|
|
228
227
|
fill: #9e9e9e; }
|
|
229
228
|
|
|
@@ -261,7 +260,6 @@ a {
|
|
|
261
260
|
height: 100%;
|
|
262
261
|
top: 0;
|
|
263
262
|
padding-top: 40vh;
|
|
264
|
-
position: fixed;
|
|
265
263
|
text-align: center;
|
|
266
264
|
width: 100%;
|
|
267
265
|
-webkit-user-select: none;
|