summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-11-16 13:43:12 +0300
committerAndrew Dolgov <[email protected]>2020-11-16 13:43:12 +0300
commitf77b5f9b377ecc951cc60f42ace05f40b970dd2d (patch)
tree23bb284951175fcdd539e4a1266702a2d063b30c /read.html
parent377270c3ed4f1ab33feeba81d96690b712c1cd9d (diff)
hide fullscreen icon in app mode
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.html b/read.html
index 48d5128..861c9b4 100644
--- a/read.html
+++ b/read.html
@@ -222,7 +222,7 @@
<div class="glyphicon glyphicon-search" aria-hidden="true"></div>
</div>
- <div onclick="Reader.toggleFullscreen()">
+ <div class="toggle_fullscreen_btn" onclick="Reader.toggleFullscreen()">
<div class="glyphicon glyphicon-fullscreen" aria-hidden="true"></div>
</div>