Folder collapse icon slightly offset using Obsidian v1.7.2
Obsidian v1.7.2 (v1.6.5 installer) / Win 11
- Open sandbox vault
- Install Folder notes v1.7.30
- Enable Folder notes
The fold/collapse icons are offset from the folder name in the Files tab.
It looks like it's coming from this section of the styles.css
.fn-whitespace-stop-collapsing .nav-folder-title-content {
flex-grow: 1 !important;
padding-bottom: 4px !important;
padding-top: 2px !important;
}*/
/*.fn-whitespace-stop-collapsing .nav-folder-title {
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-right: 0 !important;
}
.fn-whitespace-stop-collapsing .nav-folder-collapse-indicator {
margin-top: 4px !important;
}
I know v1.7.2 was just released, but I noticed it and thought I'd pass it on.
Thanks!
I'll release a new version tomorrow. Adding this just fixed it and it still works for older versions
.fn-whitespace-stop-collapsing .nav-folder-collapse-indicator {
margin-top: 4px !important;
}
If someone wants this fix this right now you can install the beta release. https://github.com/LostPaul/obsidian-folder-notes/releases/tag/1.7.30-6-beta
After the update
1.7.31, there were some issues with the fold/collapse icons here
What's the theme you're using?
I am using AnuPpuccin theme, The problem also exists under the default theme,Obsidian 1.6.7
same as @likemuuxi
that change
.fn-whitespace-stop-collapsing .nav-folder-collapse-indicator {
margin-top: 4px !important;
}
messed up older versions
Should be fixed now with the new release
I've completely removed the css code that modifies the style of the folders in the file explorer and instead I only used code to stop the collapsing when it has a folder note, can you try out the latest beta version to see if you have any issues?