mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 13:09:01 +01:00
feat(ribbon): improve display of note ID
This commit is contained in:
parent
7e5069c7d1
commit
27804384db
@ -179,6 +179,13 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-info-id {
|
||||||
|
font-variant: none;
|
||||||
|
font-family: var(--monospace-font-family);
|
||||||
|
font-size: 0.8em;
|
||||||
|
vertical-align: middle !important;
|
||||||
|
}
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|
||||||
/* #region Similar Notes */
|
/* #region Similar Notes */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user