Add CSS to clock module to prevent line breaking of sunrise/sunset information#3816
Add CSS to clock module to prevent line breaking of sunrise/sunset information#3816khassel merged 11 commits intoMagicMirrorOrg:developfrom dathbe:patch-2
Conversation
|
Looks good, but as there is not an open issue: Could you please provide a screenshot from before and one from after your changes? |
rejas
left a comment
There was a problem hiding this comment.
thanks for the cleanup. some paddings can be done more elegantly though.
|
I've simplified it, but I think the |
|
@rejas can you please re-review? |
|
sorry for not doing it before the release. i took the liberty of adding my line of thought and code to your PR. what do you think about it @dathbe ? |
|
I haven't tested it yet, but assuming someone has I don't have any problem with your implementation of the 3px gap. |
|
Done |
sorry for being not clear enough, I wanted @rejas to fix this because he asked for review and he missed the release ;) But anyway, thanks! |



developbranch.Done
No
Fixes #<issue_number>?N/A
With some combinations of sunrise and sunset times (usually when the time till rise/set is >9:59), the information will break across multiple lines. This prevents that by adding CSS.
I don't consider it major.
npm run lint:prettierbefore submitting so that style issues are fixed.Done
Done