aidenlx / alx-folder-note

Add description, summary, and more info to folders with folder notes.
MIT License
250 stars 14 forks source link

Add space or padding after folder icon #61

Closed davidolrik closed 2 years ago

davidolrik commented 2 years ago

When adding an icon to a folder there is no padding between the icon and the folder name.

I have this workaround locally:

body.alx-folder-icons .nav-folder.alx-folder-with-note[data-icon]>.nav-folder-title>.nav-folder-title-content:before {
    padding-right: 5px;
}