summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-02 13:04:30 +0300
committerAndrew Dolgov <[email protected]>2018-07-02 13:04:30 +0300
commit7b462f0b3ce566ac7edba96507ca951371705776 (patch)
tree0709702f6eaf482b13c922d204bb4472784bdad7 /css
parentedbc49b9b7ad9dd4323db4a0e4ed0a7907871dd6 (diff)
add manually-resized turn page columns instead of previous padding hacks
Diffstat (limited to 'css')
-rw-r--r--css/read.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/read.css b/css/read.css
index 5f49126..d1cb1be 100644
--- a/css/read.css
+++ b/css/read.css
@@ -71,6 +71,19 @@
left : 32px;
right : 32px;
}
+#left, #right {
+ position : absolute;
+ top : 32px;
+ bottom : 32px;
+ width : 0px;
+ z-index : 10;
+}
+#left {
+ left : 0px;
+}
+#right {
+ right : 0px;
+}
@media (max-width: 992px) {
.toolbar {