From 21bf6499a45b16baaabb2c33ca2d6984fe620a5d Mon Sep 17 00:00:00 2001
From: John Factotum <50942278+johnfactotum@users.noreply.github.com>
Date: Sat, 22 Oct 2022 18:29:52 +0000
Subject: [PATCH] Reader: add progress slider
---
reader.html | 17 ++++++-----------
reader.js | 25 ++++++++++++++++++++++---
2 files changed, 28 insertions(+), 14 deletions(-)
diff --git a/reader.html b/reader.html
index 69e5634..48e3d1e 100644
--- a/reader.html
+++ b/reader.html
@@ -77,16 +77,10 @@ body {
#nav-bar {
bottom: 0;
}
-#progress-label {
- font-size: small;
- font-variant-numeric: tabular-nums;
- color: GrayText;
-}
-.scrolled #progress-label {
- color: #fff;
- background: #000;
- border-radius: 2em;
- padding: 6px 12px;
+#progress-slider {
+ flex-grow: 1;
+ margin: 0 12px;
+ visibility: hidden;
}
#side-bar {
visibility: hidden;
@@ -294,7 +288,8 @@ body {
-
+
+