Skip to content

Square boxes using a css-snippet? #84

Answered by samgiz
tmummert asked this question in Q&A
Discussion options

You must be logged in to vote

This might help:

.heatmap-calendar-boxes li {
    /* Make boxes square */
    aspect-ratio: 1;
    /* I believe you should be able to use `border-radius` for rounded corners here */
}

/* This removes the `Mon`/`Wed`/`Fri`/`Sun` labels, otherwise I find the heatmap looks wonky when the note width is small */
.heatmap-calendar-days {
    display: none;
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tmummert
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants