From 37767320a831f35332874025b77db6a248419175 Mon Sep 17 00:00:00 2001 From: yoyurec Date: Thu, 9 Mar 2023 15:33:08 +0200 Subject: [PATCH] fix(tasks): done checkbox position --- README.md | 2 +- src/modules/tasks/tasks.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c79f469..f36eb28 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ From Logseq store - `Plugins -> Marketplace` ![](https://github.com//yoyurec/logseq-awesome-content/raw/main/screenshots/market.png) ### CSS for mobile app -Paste to your `custom.css` (media queries will hide duplicated CSS from dektop, where they already inserted via plugin): +Paste to your `custom.css` (media queries will hide duplicated CSS from desktop, where they already inserted via plugin): ```css @import url("https://raw.githack.com/yoyurec/logseq-awesome-content/main/src/awesomeContent-cdn.css") only screen and (max-width: 1024px); ``` diff --git a/src/modules/tasks/tasks.css b/src/modules/tasks/tasks.css index 0bd683a..da4f471 100644 --- a/src/modules/tasks/tasks.css +++ b/src/modules/tasks/tasks.css @@ -64,7 +64,7 @@ .content .done .form-checkbox { position: absolute; margin-left: -4.1em; - top: 0.4ex; + top: 5px; background-color: var(--awCo-marker-done) !important; opacity: 0.7; transform: none;