Modified excluded folders list style

This commit is contained in:
Lost Paul 2023-07-26 22:16:54 +02:00
parent dab7312ec8
commit b40b81bf98
2 changed files with 8 additions and 0 deletions

View file

@ -466,6 +466,7 @@ export class SettingsTab extends PluginSettingTab {
const manageExcluded = new Setting(containerEl)
.setHeading()
.setClass('fn-excluded-folder-heading')
.setName('Manage excluded folders');
const desc3 = document.createDocumentFragment();
desc3.append(

View file

@ -48,8 +48,15 @@
cursor: pointer;
}
.fn-excluded-folder-heading {
margin-top: 0 !important;
border-top: 1px solid var(--background-modifier-border);
}
.add-exclude-folder-item {
padding-bottom: 0 !important;
border-top: 0 !important;
padding-top: 0 !important;
}
.fn-exclude-folder-list {