4,092
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 167: | Line 167: | ||
// Adjust width of filtered-list-items in #list | // Adjust width of filtered-list-items in #list | ||
filteredListItems.css('width', 'calc(33.3% - | filteredListItems.css('width', 'calc(33.3% - 0px)'); | ||
// Hide communityFeatured | // Hide communityFeatured | ||
Line 417: | Line 417: | ||
// Revert width of filtered-list-items in #list | // Revert width of filtered-list-items in #list | ||
filteredListItems.css('width', 'calc(20% - | filteredListItems.css('width', 'calc(20% - 0px)'); | ||
// Check if filters are cleared before showing the featured content | // Check if filters are cleared before showing the featured content |