mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fixed: inline date was not shown
This commit is contained in:
parent
5f022b2674
commit
001948d530
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ li.task-expanded .task-toggle { transform:rotate(90deg); }
|
|||
.task-left label { min-width:18px; text-align:center; } /* Safari has small checkboxes */
|
||||
.task-date { color:#999999; font-size:0.8rem; margin-left:4px; display:none; }
|
||||
.task-date-completed { color:#999999; display:none; margin-left:5px; }
|
||||
.show-inline-date .task-date { display:inline; }
|
||||
.show-inline-date li.task-completed .task-date-completed { display:inline; }
|
||||
.show-inline-date li.task-completed .task-date { display:none; }
|
||||
.task-through { overflow:hidden; flex-grow:1; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue