summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-14 08:01:43 +0300
committerAndrew Dolgov <[email protected]>2020-09-14 08:01:43 +0300
commit220dd45af04d7c5fda75610d792fc115fced5a36 (patch)
treee73dbf0a9d6a0344e4e349e3af2419c22653c06d /css
parenta50e03516bcdc5aceee1abddea7e750bfb90ea91 (diff)
show current chapter (section) progress in the UI
Diffstat (limited to 'css')
-rw-r--r--css/read.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/read.css b/css/read.css
index fc1e392..35226ce 100644
--- a/css/read.css
+++ b/css/read.css
@@ -47,7 +47,7 @@
align-items : center;
}
-.header .title, .footer .chapter {
+.header .title, .footer .chapter_wrapper {
overflow : hidden;
text-overflow: ellipsis;
white-space : nowrap;
@@ -60,8 +60,9 @@
font-weight : bold;
}
-.footer .chapter {
+.footer .chapter_wrapper {
padding-right : 10px;
+ cursor : pointer;
}
.footer .spacer {