feat(ribbon): improve display of note ID

This commit is contained in:
Elian Doran 2025-09-12 19:48:35 +03:00
parent 7e5069c7d1
commit 27804384db
No known key found for this signature in database

View File

@ -179,6 +179,13 @@
text-overflow: ellipsis;
white-space: nowrap;
}
.note-info-id {
font-variant: none;
font-family: var(--monospace-font-family);
font-size: 0.8em;
vertical-align: middle !important;
}
/* #endregion */
/* #region Similar Notes */