From 001948d53003def5c740aed45498830c4d191899 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Sat, 26 Sep 2020 16:48:34 +0300 Subject: [PATCH] fixed: inline date was not shown --- src/content/themes/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/themes/default/style.css b/src/content/themes/default/style.css index 47242f5..2609c28 100644 --- a/src/content/themes/default/style.css +++ b/src/content/themes/default/style.css @@ -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; }