summaryrefslogtreecommitdiff
path: root/css/read.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-21 07:49:42 +0300
committerAndrew Dolgov <[email protected]>2020-04-21 07:49:42 +0300
commitbb0bbfb1ed76bb9c429b92d3769c19adef553e43 (patch)
tree14c6cb620fd9d1851d077800c93c951c83e86f14 /css/read.css
parentf28a75864777b72027275f620feb31a357a5ae3d (diff)
epubeapp-related stuff
Diffstat (limited to 'css/read.css')
-rw-r--r--css/read.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/read.css b/css/read.css
index 364e22b..2b8153e 100644
--- a/css/read.css
+++ b/css/read.css
@@ -163,3 +163,10 @@
background-color:rgba(0,0,0,0.1);
}
+body.is-epube-app .header {
+ display : none ! important;
+}
+
+body.is-epube-app #reader {
+ top : 0px;
+} \ No newline at end of file