-
Notifications
You must be signed in to change notification settings - Fork 65
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
bullet_threading: broke line drawing error #95
Comments
@cybertosher I'm sorry for causing you trouble. The main reason is that Logseq was recently updated to version 0.9.6, which caused compatibility issue(#92). This issue seems to have been fixed before(#93), but it still appears in your screenshot. Could you please try the following steps to check again?
|
Greeting! None of these worked for me. I was not using the logseq-dev-theme, I was using Bonofix before this issue started. What I tried was this:
So unfortunately I still have the issue with threading not working, but the additional distraction of a theme I don't like as much. 😄 Any ideas when or if this will be fixed, or something else I can try? Thanks for all of your efforts. |
Hi! I have the same problem, but the @UNICKCHENG fix works for me with a really huge value (e.g. There is a screenshot with a value of The last really deep bullets bring back the problem. HtH By the way, thank you for your work on this great plugin, one of the most essential for me :) |
I tried the And I agree, thanks for all of your work @UNICKCHENG on this plugin, it is definitely my favorite. |
I was able to use @UNICKCHENG fix to align the rogue vertical line with -16px as the offset. Thanks for the fix! |
Is there going to be a permanent fix anytime soon? Changing my custom.css to -15px solved the issue on my Mac, but this workaround seems a bit arbitrary. Just curious. 😃 |
A more universal solution than this one cannot be found at present, but I believe that this issue will eventually be resolved in the future. |
@schmy Try modifying the value of "right" like .ls-block > div > div.items-center::before {
right: 10px !important;
} |
@ginko-ai , the issue appearing in your screenshot seems to be related to the CSS configuration of the plugin being overridden, which is causing it not to work correctly. Please refer to the following method for troubleshooting.
|
Just an update: for some reason my logseq at work does not automatically update. I manually updated to logseq version 0.9.6, applied the -21px offset in |
@Zhangwuhao here ? If there are still errors, could you provide screenshots and configuration information? |
Got the same problem after updating Logseq to version 0.9.9. Theme version v1.26.17. Adding this code to the .ls-block[haschild] > div > .block-content-wrapper::before {
left: -21px;
} but if I change the value of the I don't know how correct this is, but I did it and it works: .ls-block[haschild] > div > .block-content-wrapper::before {
display: none;
} |
Thanks! I also have tried to adjust the left offset but seems bad. This is work for me. Do not display the vertical dash is work for me. |
Sorry, I need to apologize for my arbitrary conclusion. The method above eliminates the display of vertical lines, which exposes an issue on pages with title text. Below is the erroneous display with vertical lines: Whereas the following is the result with the vertical lines removed: So in the end, I still need to adjust the .ls-block[haschild] > div > .block-content-wrapper::before {
left: -13px;
}
.ls-block > div > div.items-center::before {
right: 10px !important;
} I hope my experience is helpful to someone. OS: ubuntu 20.04 |
EDIT:
|
Broken again. I have logseq 0.10.7 and the latest dev theme, and once again there is a little broken line. No configuration in custom.css. Is the best way to fix this one again to add the custom CSS, or is there an error with the theme maybe that fixes it? I do not have this issue on Windows 10, only MacOS. This is kind of like Whack-A-Mole OK, so today I learned (I am slow like this) that the dev theme has bullet threading built in, and that I need to use the dev-theme without bullet threading along with the bullet threading plugin. When I do that, I do not have the little extra bit. So the theme is broken, not the plugin. Closing as my bad. |
The plugin seems to be working fine, my issue is with the theme. |
After the latest update there are small vertical lines that do not line up properly on Windows 10 machine. This was not the case on Friday, so I assume it is the latest commit to fix items on mobile platforms that did it.
The text was updated successfully, but these errors were encountered: