summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-01 14:58:05 +0300
committerAndrew Dolgov <[email protected]>2018-07-01 14:58:05 +0300
commit24df34e16c59a4ae22b63628a0891dea5ce0f692 (patch)
tree042ff65b45bc109625efad52b26cd105498491d2 /css
parentd18848092c91663911f1d3d145554815675c5096 (diff)
reduce margins because epubjs is doing those too, misc ui fixes
Diffstat (limited to 'css')
-rw-r--r--css/read.css23
1 files changed, 6 insertions, 17 deletions
diff --git a/css/read.css b/css/read.css
index 50da780..d147fd2 100644
--- a/css/read.css
+++ b/css/read.css
@@ -68,8 +68,8 @@
position : absolute;
top : 32px;
bottom : 32px;
- left : 96px;
- right : 96px;
+ left : 24px;
+ right : 24px;
}
@media (max-width: 992px) {
@@ -78,31 +78,20 @@
}
}
-@media (max-width: 801px) {
- #reader {
- left : 64px;
- right : 64px;
- }
-}
-
@media (max-width: 767px) {
- #reader {
- left : 48px;
- right : 48px;
- }
.toolbar {
width : 96px;
}
}
@media (max-width: 576px) {
- #reader {
- left : 32px;
- right : 32px;
- }
.toolbar {
width : 96px;
}
+ #reader {
+ left : 16px;
+ right : 16px;
+ }
}
.chapter {