mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update styles.css
This commit is contained in:
parent
ecad3ddc31
commit
8cf05d3bc8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.nav-folder-title-content {
|
||||
.nav-folder-title-content.has-folder-note {
|
||||
flex-grow: 1;
|
||||
padding-bottom: 4px;
|
||||
padding-top: 4px;
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
text-underline-offset: 1px;
|
||||
}
|
||||
|
||||
.nav-folder-title {
|
||||
.nav-folder-title:has(.has-folder-note) {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue