Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double checkboxes #58

Closed
The-Eighth-Man opened this issue Dec 12, 2022 · 3 comments
Closed

Double checkboxes #58

The-Eighth-Man opened this issue Dec 12, 2022 · 3 comments

Comments

@The-Eighth-Man
Copy link

As the title suggest I'm seeing double checkboxes when implementing them. I show a single column as an example.

image

Their margin is a feature of my setup, otherwise they would be overlaped and would't be possible to click it because the second checkbox can't be selected. My code is fairly simple.

image

I believe the cause of this has to be that when creating a checkbox it doubles it as shown here.

Screen Shot 2022-12-12 at 10 49 14 AM

This behavior only happens inside multi-cols. Oddly, it doesn't happen with normal lists (- item 1 / - item 2).

I have Obsidian version 1.1.3 and multi-cols version 0.76.

@ckRobinson
Copy link
Owner

This should now been fixed in 0.7.7, if the problem remains, feel free to let me know.

@The-Eighth-Man
Copy link
Author

Hi, it seems the problem was fix but partially.

If I have two following tasks, they are fine.
image

But when one is nested the parent becomes double again.
image

@The-Eighth-Man
Copy link
Author

I added the following lines in a snippet to allign the checkboxes.

    margin-left: -20px;
}

.block-language-start-multi-column.mcm-column-root-container ul.contains-task-list{
    margin-left: -3px;
}

image

But I cannot check the parent box, only the child. To check it I have to do it on source mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants