From 146d9a19bb154c864273d3f02e1d7c0c4ff636be Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Mon, 9 Oct 2023 11:10:26 +0300 Subject: [PATCH] better css for RTL localisations --- src/content/theme/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/theme/style.css b/src/content/theme/style.css index abc39e7..c7df47f 100644 --- a/src/content/theme/style.css +++ b/src/content/theme/style.css @@ -656,7 +656,8 @@ li.task-row.task-expanded .task-toggle { transform:rotate(90deg); } display: block; } #mtt.show-date.date-inline .task-date { - display: inline; + display: inline-block; /* for RTL */ + margin:0; margin-left:3px; } .task-through { overflow:hidden; flex-grow:1; } @@ -678,7 +679,7 @@ li.task-row.task-expanded .task-toggle { transform:rotate(90deg); } } .task-tags { margin:0px 3px; - display: inline-block; /* for RTL */ + display: inline; } .task-tags:empty { margin:0;