obsidian-folder-notes icon indicating copy to clipboard operation
obsidian-folder-notes copied to clipboard

Folder collapse icon slightly offset using Obsidian v1.7.2

Open trainbuffer opened this issue 5 months ago • 7 comments

Obsidian v1.7.2 (v1.6.5 installer) / Win 11

  1. Open sandbox vault
  2. Install Folder notes v1.7.30
  3. Enable Folder notes

The fold/collapse icons are offset from the folder name in the Files tab.

Screenshot 2024-09-20 092205

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!

trainbuffer avatar Sep 20 '24 00:09 trainbuffer