summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-05-19 10:21:50 +0300
committerAndrew Dolgov <[email protected]>2021-05-19 10:21:50 +0300
commit2887f9109521c9790579f0c5938c25bf95bcb132 (patch)
tree04f16f152fa89e5fd5e5e971840bc567e0dc5432 /css
parent3d6c7a54cc0b89dbc79938a42b16ea90ba47f740 (diff)
set padding for chapter progress element
Diffstat (limited to 'css')
-rw-r--r--css/app.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/app.less b/css/app.less
index 485e388..d410a73 100644
--- a/css/app.less
+++ b/css/app.less
@@ -132,6 +132,10 @@ body.epube-reader {
display : flex;
}
+ .footer .chapter_progress {
+ padding-left : 5px;
+ }
+
.header .title, .footer .chapter {
overflow : hidden;
text-overflow: ellipsis;