From b7b9e963c607d527270ae1201d254186ce588406 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Tue, 3 May 2022 00:19:24 +0300 Subject: [PATCH] - bugfix: task action button was not visible in ios --- src/content/themes/default/mobile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/themes/default/mobile.css b/src/content/themes/default/mobile.css index 4614c9d..8054539 100644 --- a/src/content/themes/default/mobile.css +++ b/src/content/themes/default/mobile.css @@ -42,6 +42,7 @@ body[dir="rtl"] .task-note-block { border-left:none; border-right:1px solid #777 #tasklist li.clicked .task-through { white-space:normal; display:inline; } #tasklist li.clicked.task-has-note .task-note-block { display:block; } #tasklist li.clicked.doubleclicked.task-has-note .task-note-block { display:none; } +#tasklist li.clicked .taskactionbtn { visibility:visible; } .task-toggle { display:none; } #tasklist .mtt-task-placeholder { line-height:1rem; padding-top:0.6rem; padding-bottom:0.6rem; } #tasklist .ui-sortable-helper { box-shadow:0px 0px 3px #333; }