Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix box width for Obsidian 1.6.3 (#128) #129

Closed
wants to merge 1 commit into from

Conversation

spannercodes
Copy link

See issue #128
Currently the new update breaks the heatmap, where only a thin line (indicating the current day) is visible. The CSS in this PR fixes the issue by setting the width of the boxes to 100% (not entirely sure what was keeping it like that before)

@anandbhaskaran
Copy link

I hope we can merge this soon to make the heatmap calendar work again.

@spannercodes
Copy link
Author

Just had a look at the issues list again, seems this relates to #118 as well. They instead came up with this solution:

.heatmap-calendar-boxes > li {
    margin-inline-start: 0 !important;
}

@spannercodes
Copy link
Author

Just looked even more, whoops, seems I've created a duplicate(ish) PR of #126 . My bad! I didn't realise these were all the same issue from their titles. Everyone go advocate for that to get merged instead :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants