mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Modified excluded folders list style
This commit is contained in:
parent
dab7312ec8
commit
b40b81bf98
2 changed files with 8 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue