summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/read.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/css/read.css b/css/read.css
index 9152feb..bc795e3 100644
--- a/css/read.css
+++ b/css/read.css
@@ -36,13 +36,19 @@
padding-left : 10px;
padding-right : 10px;
color : #999;
+
+ table-layout : fixed;
}
.header > *, .footer > * {
display : table-cell;
vertical-align : middle;
+
+ overflow : hidden;
+ text-overflow: ellipsis;
+ white-space : nowrap;
}
.header .title {
- margin-left : 30px;
+ margin-left : 16px;
}
.footer .location {
cursor : pointer;
@@ -62,11 +68,20 @@
right : 96px;
}
+@media (max-width: 992px) {
+ .toolbar {
+ width : 128px;
+ }
+}
+
@media (max-width: 767px) {
#reader {
left : 32px;
right : 32px;
}
+ .toolbar {
+ width : 64px;
+ }
}
ul.toc_list {