omardelarosa / obsidian-mtg

A plugin for managing Magic: The Gathering decks and card lists as Obsidian notes
MIT License
30 stars 5 forks source link

Allow cards to render past the box and makes default card size much bigger #22

Closed Serif-7 closed 1 year ago

Serif-7 commented 1 year ago

Add code to allow card overflow if it's past the render box. Also made card size bigger.

Currently, if you mouse over a card at the bottom of your deck, it will get cut off as it goes past the render box (I don't know the actual term for it).

This patch fixes that issue.

I also upped the card size to 400px. It was so small it was unreadable for me before. I'll make another PR to add a setting to let users change it.