4,092
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 162: | Line 162: | ||
var wrapperWidth = showArticleWrapper.outerWidth(true); | var wrapperWidth = showArticleWrapper.outerWidth(true); | ||
console.log('Wrapper width:', wrapperWidth); | console.log('Wrapper width:', wrapperWidth); | ||
var adjustment = 25; // Adjust this value as needed to close the gap | // var adjustment = 25; // Adjust this value as needed to close the gap | ||
list.width(originalListWidth - wrapperWidth | list.width(originalListWidth - wrapperWidth).css('margin-right', (wrapperWidth) + 'px'); | ||
listList.width(originalListListWidth - wrapperWidth | listList.width(originalListListWidth - wrapperWidth).css('margin-right', (wrapperWidth) + 'px'); | ||
// Adjust width of filtered-list-items in #list | // Adjust width of filtered-list-items in #list |