style hashtags, mentions and categories. hide expand-aside button if not needed. css and class fixes
This commit is contained in:
@@ -16,6 +16,8 @@ $(document).ready(function() {
|
||||
}
|
||||
$('#css3-calc').remove(); // Remove the test element
|
||||
|
||||
|
||||
|
||||
if($(window).width() > 767) {
|
||||
$('#left_aside_wrapper').stick_in_parent({
|
||||
offset_top: $('nav').outerHeight(true) + 10,
|
||||
@@ -24,6 +26,11 @@ $(document).ready(function() {
|
||||
});
|
||||
}
|
||||
|
||||
if($('#region_1 .widget').length > 0)
|
||||
$('#expand-aside').show();
|
||||
else
|
||||
$('#expand-aside').hide();
|
||||
|
||||
$('#expand-aside').on('click', toggleAside);
|
||||
|
||||
$('section').on('click', function() {
|
||||
|
Reference in New Issue
Block a user