Skip to content

Instantly share code, notes, and snippets.

@Goston
Last active November 4, 2022 07:37
Show Gist options
  • Save Goston/fa6dacb703d1295b0c360ea04ecaf180 to your computer and use it in GitHub Desktop.
Save Goston/fa6dacb703d1295b0c360ea04ecaf180 to your computer and use it in GitHub Desktop.
Obsidian Outline Panel collapse-icon to right side
/* 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