summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/app.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/css/app.less b/css/app.less
index 7a642eb..485e388 100644
--- a/css/app.less
+++ b/css/app.less
@@ -127,7 +127,12 @@ body.epube-reader {
align-items : center;
}
- .header .title, .footer .chapter_wrapper {
+ .footer .chapter_wrapper {
+ white-space : nowrap;
+ display : flex;
+ }
+
+ .header .title, .footer .chapter {
overflow : hidden;
text-overflow: ellipsis;
white-space : nowrap;