summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-25 15:57:10 +0300
committerAndrew Dolgov <[email protected]>2017-02-25 15:57:10 +0300
commit94ab796c86a3489ff42271838cf3d01ecfe19602 (patch)
treee9461030d7a79b1c2628d608ea3e2b7b661ed5bc /css
parent05b286c2b5830fb70828bad29c95bac53708bbb3 (diff)
minor css fixes
Diffstat (limited to 'css')
-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 {