Jopyth / MMM-Trello

This an extension for the MagicMirror. It provides a very simple Trello integration, by displaying cards in a list.
54 stars 25 forks source link

Added option to change size of header from config file #34

Open PierreGode opened 1 year ago

PierreGode commented 1 year ago

Thought the the header for the card was a bit large compared to my other modules. I updated the getdom and the css so one can adjust the size from the config.js with:
fontSize:"medium" // Options: "medium" and "large".

Updated the readme accordingly.

Tested and working, size adjustments can be made in the CSS file.