From bb0bbfb1ed76bb9c429b92d3769c19adef553e43 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Apr 2020 07:49:42 +0300 Subject: epubeapp-related stuff --- css/index.css | 5 +++++ css/read.css | 7 +++++++ 2 files changed, 12 insertions(+) (limited to 'css') diff --git a/css/index.css b/css/index.css index b1a200d..144d5e0 100644 --- a/css/index.css +++ b/css/index.css @@ -26,6 +26,11 @@ filter : grayscale(100%); } +.epube-app-filler { + height : 60px; + display : none; +} + .in_progress { font-style : italic; } 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 -- cgit v1.2.3