philip-raschke / bgt_fixed

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

Toolbar not rendering properly in Chrome 71.0.3578.98 (Windows 10) #8

Open jaynavar opened 5 years ago

jaynavar commented 5 years ago

After updating Chrome the toolbar seems to be a little messed up (see screenshot below).

image

When I click on Delete it just refreshes the list, and using the second Trash unindents the item, and using Refresh attempts to print the list. It seems like the icons from the standard UI are getting mixed with the BGT UI.

I would love to fix this and do a PR myself, but unfortunately I don't have any web development experience so I wouldn't know where to start 😞. Would appreciate any help with this! Thanks!

jaynavar commented 5 years ago

So I decided to take a look to see if I could figure out how CSS works and where the issue might be, and luckily I found the problem.

Google recently removed the Trash button from their canvas UI (and the padding element), leading to all the div:nth-child() calls being off by two. So lowering all of those values by two solved the issue. I have a patch ready and will publish a PR.