mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
has-folder-note is now applied to the parent div
This commit is contained in:
parent
197b17962e
commit
922c5d6d05
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.folder-note-underline .has-folder-note.nav-folder-title-content {
|
||||
.folder-note-underline .has-folder-note .nav-folder-title-content {
|
||||
text-decoration-line: underline;
|
||||
text-decoration-color: var(--text-faint);
|
||||
text-decoration-thickness: 2px;
|
||||
|
|
@ -83,4 +83,4 @@
|
|||
|
||||
.is-phone .fn-delete-confirmation-modal-buttons .fn-confirmation-modal-button {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue