summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-21 11:28:14 +0300
committerAndrew Dolgov <[email protected]>2020-04-21 11:28:14 +0300
commit2c721e03a9ecee20f487568657c0aa8daa922e6c (patch)
tree8415cf079380f8b2d6df21c12c4ea66e93234099 /css
parent67e99b59ea134c0efc6e168cadd4b7a7591d5e43 (diff)
CSS fixes; pass offline events to the app
Diffstat (limited to 'css')
-rw-r--r--css/read.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/css/read.css b/css/read.css
index 2b8153e..fc1e392 100644
--- a/css/read.css
+++ b/css/read.css
@@ -163,10 +163,8 @@
background-color:rgba(0,0,0,0.1);
}
-body.is-epube-app .header {
- display : none ! important;
+body.is-epube-app .header .toolbar,
+body.is-epube-app .header a {
+ display : none;
}
-body.is-epube-app #reader {
- top : 0px;
-} \ No newline at end of file