summaryrefslogtreecommitdiff
path: root/css/app.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-11-20 20:24:24 +0300
committerAndrew Dolgov <[email protected]>2020-11-20 20:24:24 +0300
commit7df3df758589dde34aa49dfe20a5079e47366014 (patch)
treebcee5e62973e58a76aa9a89652bea5f95ebde65c /css/app.less
parent94e0592f456880e72a8d8114db80e2288958c638 (diff)
parent076a76af57ae2ec4e87f15b38f20e367a5225a14 (diff)
Merge remote-tracking branch 'origin' into app-online
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;