Collapse all-day events into a single line #1552
Unanswered
tboby
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Event mode, all-day events with relative time or time remaining take up two lines.
As far as I can tell there is no way to solve this with css as event-right-top and event-right-bottom are in a flex together so really don't want to be on the same line.
It's a bit hard to describe the exact logic that might be appropriate, as there's already a config setting for moving
hoursHTML
.Assumptions:
Things that can be top right are:
My suggestion would be that if any of those are present top right,
timeUntilRemaining
is displayed on the bottom right. If they are all empty, it's displayed in top right. Done this way I think the only risk is a huge title running into thetimeUntilRemaining
text. However, I'm more confident that can be fixed with css by forcingevent-location
to line break in some way.You might be able to get away without a new config setting with this (fairly conservative) approach!
For reference, the html template:
Beta Was this translation helpful? Give feedback.
All reactions