You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
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
The text was updated successfully, but these errors were encountered: