-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Supressing checkboxes #2646
Comments
|
The HTML structure might have changed, so you might need to update your CSS. There's unfortunately not guarantee that the HTML will remain stable from one version to the next. In general userstyle.css is "use at your own risk" (or better, don't use it, but that's up to the user). |
|
Sorry I've spoken too quickly and there was indeed a bug with HTML rendering in the latest version. Normally this commit should fix it cb2df32 and it will be part of the next release. |
|
I tried git 880134c (that includes this) but the rendering is still affected. |
|
Could you check the HTML with the dev tools? Where do the new lines come from? |
|
Rendering was ok up to previous release (1.0.179, January 24) so it is a regression due to a recent change. |
|
In 1.0.190, hiding the checkboxes seems to not work at all anymore. |

Assume we have the following content somewhere in a note:
The Android client (1.0.312) suppresses all the unchecked checkbox lines.

The Linux desktop (1.0.187) does not show the unchecked checkbox lines, but some additional vertical space is added.

AFAIK this is a regression since I'm pretty sure the Linux desktop used to behave the same as the Android cient.
The text was updated successfully, but these errors were encountered: