Skip to content

Commit

Permalink
fix(tasks): done checkbox position
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Mar 9, 2023
1 parent a32c69c commit 3776732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```
Expand Down
2 changes: 1 addition & 1 deletion src/modules/tasks/tasks.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3776732

Please sign in to comment.