mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Add missing css code
This commit is contained in:
parent
d1e2aa1c64
commit
256b254c0a
2 changed files with 4 additions and 4 deletions
|
|
@ -37,10 +37,8 @@ export function handleRename(file: TAbstractFile, oldPath: string, plugin: Folde
|
|||
}
|
||||
} else if (file instanceof TFile) {
|
||||
if (isFileRename(file, oldPath)) {
|
||||
console.log('File rename detected');
|
||||
return fmptUpdateFileName(file, oldPath, plugin);
|
||||
} else {
|
||||
console.log('File move detected');
|
||||
return handleFileMove(file, oldPath, plugin);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -120,8 +120,10 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
}
|
||||
|
||||
.folder-overview-list {
|
||||
margin: 0 !important;
|
||||
padding: 1.2em 0 !important;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
padding-bottom: 1.200 !important;
|
||||
padding-top: 1.200 !important;
|
||||
}
|
||||
|
||||
.folder-overview-list-item {
|
||||
|
|
|
|||
Loading…
Reference in a new issue