@d-i-t-a/reader 2.0.0-beta.17 → 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/reader.css CHANGED
@@ -218,12 +218,11 @@ a {
218
218
  user-select: none;
219
219
  cursor: default; }
220
220
  .loading .icon {
221
- display: block;
222
- position: absolute;
221
+ position: sticky;
223
222
  top: 50%;
224
223
  left: 50%;
225
- width: 3rem;
226
- height: 3rem;
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;