joethei / obsidian-rss

Read RSS Feeds from inside Obsidian
GNU General Public License v3.0
395 stars 23 forks source link

turning off tooltips breaks card display #106

Closed bedginton closed 2 years ago

bedginton commented 2 years ago

When I insert this css .rss-tooltip { display: none !important; } the displaying of cards in the right-column RSS view stops. I've attached before CSS and after CSS snippet enabled.

Current version v1.0.2 (Installer version: v0.14.15) Theme: minimal

Screenshot 2022-10-23 at 6 58 25 AM Screenshot 2022-10-23 at 6 58 45 AM

joethei commented 2 years ago

This is to be expected, the snippet you have written does not target the tooltips. I know that this is confusing, the next version of the plugin will change how all the CSS classes are named.

You should target .rss-tooltip:hover .tooltiptext instead.

Also, something unrelated, you should update your installer by downloading a new version from: https://obsidian.md/download This is sometimes necessary as the automatic update does not update all components of Obsidian.