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

the timeline more tidy and compact #31

Open
fireflysss opened this issue Dec 8, 2023 · 1 comment
Open

the timeline more tidy and compact #31

fireflysss opened this issue Dec 8, 2023 · 1 comment

Comments

@fireflysss
Copy link

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

@grrowl
Copy link

grrowl commented May 24, 2024

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 :)

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

No branches or pull requests

2 participants