Operating system
Linux
Joplin version
3.3.13
What issue do you have?
After migrating from one of the 2.X.Y versions, the ability to have the tag list as a cloud (not one per line but dense arrangement next to each other, as many can fit in a line) has been compromised due to change in the DOM for the sidebar. The original CSS style directive (that a helpful contributor posted in the forums here) was a nested div reference that is now irrelevant. It seems the notebook list and the tag list share class attributes now. Has anyone managed to recreate this styling for the tag list? Currently, I have to settle for scrolling down a long, partially visible list of tags.
The layout I use is:
- sidebar on the left with notebook list, tag list, note list arranged top to bottom
- the markdown editor in the center,
- rendered text on the right.
I looked briefly at the element structure of the sidebar but could not figure out how to address the relevant elements or their style.