nevernotmove / obsidian-stats

Display obsidian plugin download statistics.
https://nevernotmove.github.io/obsidian-stats/
MIT License
9 stars 0 forks source link

Content should resize with available space dynamically (not on load) #49

Open nevernotmove opened 1 year ago

nevernotmove commented 1 year ago

Setting something like this on the chart canvas container makes it responsive, but leads to inconsistencies between mobile and desktop:

<style>
    div {
        height: calc(100dvh - 13.2em);
    }
</style>