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

Display wraps to 2 lines when Flipdown date is more than 99 days in the future #23

Open
genew opened this issue Feb 12, 2020 · 1 comment

Comments

@genew
Copy link

genew commented Feb 12, 2020

I have need for setting the flipdown date to a date within the next year more than 99 days in the future, but doing so causes the seconds to display on new row. Changes to flipdown.css to fix it:
.flipdown
width: 565px;
(was originally 510px;)
and
@media (max-width: 630px) {
width: 350px;
(was originally max-width: 550px with width 312px;)
see updated attached file that I believe fixes it.

flipdown css.txt

@PButcher
Copy link
Owner

PButcher commented Feb 12, 2020

Before I merge #22, I intend to add support for variable widths of the FlipDown container based on the number of visible rotors and extra days. Thanks!

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