summaryrefslogtreecommitdiff
path: root/offline.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-03 14:38:15 +0300
committerAndrew Dolgov <[email protected]>2019-03-03 14:38:15 +0300
commitee83cd78c05e39f2f55228da8a3196cb9b4bea64 (patch)
tree35a49854aef86b7e56b878f4e67bea51670e14d1 /offline.html
parent95541541e43683055d9d568abb081846377785a0 (diff)
hide service toolbar button prompts on -sm devices
Diffstat (limited to 'offline.html')
-rw-r--r--offline.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/offline.html b/offline.html
index ee1a826..da10939 100644
--- a/offline.html
+++ b/offline.html
@@ -53,7 +53,7 @@
<ul class="nav navbar-nav navbar-right">
<li><a href="#" onclick="offline_clear()" title="Remove all downloads">
- <span class="glyphicon glyphicon-remove-circle text-danger"></span> <span class='hidden-md hidden-lg'>Remove all downloads</span>
+ <span class="glyphicon glyphicon-remove-circle text-danger"></span> <span class='hidden-sm hidden-md hidden-lg'>Remove all downloads</span>
</a></li>
</ul>