loveshdongre / leetcode-enhancer

A cross-browser extension to improve productivity on Leetcode
https://chrome.google.com/webstore/detail/leetcode-enhancer/gcmncppaaebldbkgkcbojghpmpjkdlmp
45 stars 5 forks source link

fix empty space left by hidden columns #3

Closed blaiseludvig closed 3 years ago

blaiseludvig commented 3 years ago

fixes hidden columns leaving empty spaces by setting width to 0 on the col element instead of using display:none

loveshdongre commented 3 years ago

Hi @blaiseludvig Your changes works fine for the problem table on this url page https://leetcode.com/problemset/all/ but unfortunately it breaks on pages with this type of url https://leetcode.com/tag/* example https://leetcode.com/tag/dynamic-programming/. Thanks