mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 13:19:54 +01:00
style/status bar/note paths flyout: document
This commit is contained in:
@@ -101,6 +101,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
|
/* Note path card */
|
||||||
li {
|
li {
|
||||||
--border-radius: 6px;
|
--border-radius: 6px;
|
||||||
|
|
||||||
@@ -120,6 +121,7 @@
|
|||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Current path arrow */
|
||||||
&.path-current::before {
|
&.path-current::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -136,6 +138,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Note path segment */
|
||||||
a {
|
a {
|
||||||
margin-inline: 2px;
|
margin-inline: 2px;
|
||||||
padding-inline: 2px;
|
padding-inline: 2px;
|
||||||
@@ -143,6 +146,7 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
/* The last segment of the note path */
|
||||||
&.basename {
|
&.basename {
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user