NodeBB-Community / nodebb-plugin-adsense

adsense plugin
BSD 2-Clause "Simplified" License
10 stars 6 forks source link

Ads overlap posts #13

Closed henrikekblad closed 6 years ago

henrikekblad commented 6 years ago

There seems to be a bug on small screens (mobile) where the ad overlaps posts. I've nailed it down to the fixed height set on the li here: https://github.com/NodeBB-Community/nodebb-plugin-adsense/blob/master/public/main.js#L40

When I removed the height everything seems to work as expected.

I don't know why the fixed height was introduced.. but removing it doesn't seem to mess up anything.

henrikekblad commented 6 years ago

That was quickly resolved! Thanks.