Today and future data-task-due are messy #2784
-
If today's date is 26th, using the following: .contains-task-list .task-due[data-task-due="today"]::after { content: "today" } .contains-task-list .task-due[data-task-due="future-1d"]::after { content: "tomorrow" } .contains-task-list .task-due[data-task-due="future-2d"]::after { content: "in 2 days" } And so one for all future dates, all shifted by 1 day. While all past ones works right with no problems. So, is this some kind of bug? How to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I do not know, and there is not enough information here to debug the problem. If you want to report it as a bug, feel free to use the bug report template in Issues - but you will need to provide Task lines in Markdown format, and CSS code blocks that can be used for testing. You should also report your timezone, along with all the other information that the template requires. |
Beta Was this translation helpful? Give feedback.
-
Followed up in: |
Beta Was this translation helpful? Give feedback.
Followed up in: