note paths CSS tweaks

This commit is contained in:
zadam
2020-12-23 21:03:01 +01:00
parent f17be0ef9b
commit 4c614aee90
3 changed files with 15 additions and 13 deletions

View File

@@ -9,7 +9,9 @@ const TPL = `
.note-paths-widget {
display: flex;
flex-direction: row;
padding: 12px 10px 5px 10px;
padding: 3px 0px 3px 10px;
margin-top: 8px;
border-bottom: 1px dashed var(--main-border-color);
}
.note-path-list a.current {