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 {
-
+
+