style/status bar/note paths flyout: document

This commit is contained in:
Adorian Doran
2025-12-15 12:06:32 +02:00
parent 93ce77438f
commit dbcf9b01c5

View File

@@ -101,6 +101,7 @@
padding: 0;
list-style: none;
/* Note path card */
li {
--border-radius: 6px;
@@ -120,6 +121,7 @@
margin-top: 2px;
}
/* Current path arrow */
&.path-current::before {
position: absolute;
display: flex;
@@ -136,6 +138,7 @@
}
}
/* Note path segment */
a {
margin-inline: 2px;
padding-inline: 2px;
@@ -143,6 +146,7 @@
font-weight: normal;
text-decoration: none;
/* The last segment of the note path */
&.basename {
color: var(--muted-text-color);
}