philip-raschke / bgt_fixed

Fix for the Google Chrome extension "Better Google Tasks"
20 stars 5 forks source link

Fixed issue caused by Trash button being removed #9

Closed jaynavar closed 5 years ago

jaynavar commented 5 years ago

This resolves issue #8 by decrementing the div:nth-child() values by two to account for the first two elements (Trash and padding) being removed by Google.

jaynavar commented 5 years ago

It looks like the Trash button being removed might just be a bug (https://productforums.google.com/forum/#!topic/gmail/8ygc90uOepw;context-place=forum/gmail), so this fix might not be required in the long-term.

For now we should probably still get the fix merged, and then revert it if necessary.