summaryrefslogtreecommitdiff
path: root/css/app.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/app.less')
-rw-r--r--css/app.less30
1 files changed, 24 insertions, 6 deletions
diff --git a/css/app.less b/css/app.less
index 5e6cc4c..d2d971e 100644
--- a/css/app.less
+++ b/css/app.less
@@ -169,19 +169,37 @@ body.epube-reader {
.spacer > .toc-bar-entry {
display : none;
}
+
+ .footer {
+ width : 100%;
+
+ .chapter_wrapper,
+ .location {
+ min-width : 30%;
+ max-width : 70%;
+ }
+ }
}
@media (min-width: 540px) {
- .footer .chapter_wrapper, .footer .location {
- width : 25%;
+ .footer {
+ .chapter_wrapper,
+ .location {
+ min-width : 25%;
+ max-width : 30%;
+ }
}
}
- @media (min-width: 800px) {
- .footer .chapter_wrapper, .footer .location {
- width : 20%;
+ /*@media (min-width: 800px) {
+ .footer {
+ .chapter_wrapper,
+ .location {
+ min-width : 20%;
+ max-width : 30%;
+ }
}
- }
+ }*/
.toolbar {
text-align : right;