We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The calendar we made looks great, and the list looks great too Click on the daily , the hour table is too wide Can it be more compact
The text was updated successfully, but these errors were encountered:
You can use this css snippet (apply under Settings > Appearance) to shrink the view.
.chronology-timeline-container { display: flex; flex-direction: column; } .chrono-temp-slot1 { height: auto; min-height: 2em; } .chrono-cluster-container { min-height: 1em; } .chrono-cluster-container:empty { min-height: unset; }
it's not ideal, there's something funked up with the flexbox styles in the plugin, but this was quick enough to work for me :)
Sorry, something went wrong.
No branches or pull requests
The calendar we made looks great, and the list looks great too
Click on the daily , the hour table is too wide
Can it be more compact
The text was updated successfully, but these errors were encountered: