Last active
November 4, 2022 07:37
-
-
Save Goston/fa6dacb703d1295b0c360ea04ecaf180 to your computer and use it in GitHub Desktop.
Obsidian Outline Panel collapse-icon to right side
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Outline Panel */ | |
div.outline .tree-item-inner { | |
margin-right: 15px !important; | |
word-break: break-all; | |
} | |
div.outline div.collapse-icon { | |
position: absolute !important; | |
right: 15px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment