mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Merge new style
This commit is contained in:
parent
444eee37bf
commit
dd746ced49
1 changed files with 10 additions and 1 deletions
11
styles.css
11
styles.css
|
|
@ -4,6 +4,14 @@
|
|||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.fn-whitespace-stop-collapsing .collapse-icon {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.has-folder-note.nav-folder-title-content:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.folder-note-underline .has-folder-note .nav-folder-title-content {
|
||||
text-decoration-line: underline;
|
||||
text-decoration-color: var(--text-faint);
|
||||
|
|
@ -14,6 +22,7 @@
|
|||
.fn-whitespace-stop-collapsing .nav-folder-title {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.hide-folder-note .is-folder-note {
|
||||
|
|
@ -83,4 +92,4 @@
|
|||
|
||||
.is-phone .fn-delete-confirmation-modal-buttons .fn-confirmation-modal-button {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue