aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-08 21:19:55 -0700
committerfriendica <info@friendica.com>2014-04-08 21:19:55 -0700
commitc7080edb1667c7f7d4f79f38d9bbc75fa11ac5c0 (patch)
treef865949d5f5cfde4a1a9eadf246dd0e70ae1d157 /view
parent95751dddff2b1b7a2074d37a5b3102f256842ae4 (diff)
downloadvolse-hubzilla-c7080edb1667c7f7d4f79f38d9bbc75fa11ac5c0.tar.gz
volse-hubzilla-c7080edb1667c7f7d4f79f38d9bbc75fa11ac5c0.tar.bz2
volse-hubzilla-c7080edb1667c7f7d4f79f38d9bbc75fa11ac5c0.zip
strip affinity tool labels on ultra-small screens; otherwise they just smush together
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_network.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/mod_network.js b/view/js/mod_network.js
index e95520edb..8f1e5132d 100644
--- a/view/js/mod_network.js
+++ b/view/js/mod_network.js
@@ -5,5 +5,6 @@ $(document).ready(function() {
minChars: 2,
id: 'search-text-ac',
});
+ $('.jslider-scale ins').addClass('hidden-xs');
});