Add missing css code

This commit is contained in:
Lost Paul 2025-06-20 11:17:27 +02:00
parent d1e2aa1c64
commit 256b254c0a
2 changed files with 4 additions and 4 deletions

View file

@ -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);
}
}

View file

@ -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 {