LostPaul / obsidian-folder-notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
https://lostpaul.github.io/obsidian-folder-notes/
GNU Affero General Public License v3.0
264 stars 11 forks source link

Outline tab collapse-icon position is being changed in Obsidian 1.3.2 #15

Closed trainbuffer closed 1 year ago

trainbuffer commented 1 year ago

The collapse icon in the Files tab is fine, but in the Outline tab it isn't aligned.

ng

Turn on restricted mode and close/open that vault. The icons are in the correct position.

ok

It seems to be this 4px here in styles.css is affecting the Outline tab instead of only the Files list.

.fn-whitespace-stop-collapsing .collapse-icon {
    margin-top: 4px;
}

Thanks!

SYSTEM INFO:
    Obsidian version: v1.3.2
    Installer version: v1.2.8
    Operating system: Windows 10 Pro 10.0.22621
    Login status: logged in
    Catalyst license: supporter
    Insider build toggle: on
    Live preview: on
    Legacy editor: off
    Base theme: light
    Community theme: none
    Snippets enabled: 0
    Restricted mode: off
    Plugins installed: 1
    Plugins enabled: 1
        1: Folder notes v1.2.2
LostPaul commented 1 year ago

Fixed with the latest release!