strip affinity tool labels on ultra-small screens; otherwise they just smush together

This commit is contained in:
friendica 2014-04-08 21:19:55 -07:00
parent 95751dddff
commit c7080edb16
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
2014-04-07.640 2014-04-08.641

View File

@ -5,5 +5,6 @@ $(document).ready(function() {
minChars: 2, minChars: 2,
id: 'search-text-ac', id: 'search-text-ac',
}); });
$('.jslider-scale ins').addClass('hidden-xs');
}); });