Canna71 / obsidian-chronology

Other
100 stars 7 forks source link

Font size settings #20

Open scottrlarson opened 1 year ago

scottrlarson commented 1 year ago

This is a great plugin, evaluating it to track my writing project progress. I was wondering if the font size could be controlled by the obsidian appearance settings. I use obsidian on mobile devices and when I scale the font size for my mobile device the font size doesn't change in chronology. Also when I select week numbers the display background of the chronology window changes color. I am using the make.md plug-in so maybe that effects functionality.

Canna71 commented 1 year ago

Hi, sorry for the late response. I don't know exactly why the font doesn't change, I am not imposing any font size. Maybe the reason is that text inside tables has a specific CSS variable that - maybe - is not affected by the settings. My suggestion would be to add a CSS snippet. Would it be OK for you? Something like

.chronology-container { font-size: larger; }