mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
smaller children overview font
This commit is contained in:
parent
76fbff68ba
commit
fb27088fcd
@ -270,7 +270,7 @@ async function showChildrenOverview() {
|
||||
text: await treeUtils.getNoteTitle(childBranch.noteId, childBranch.parentNoteId)
|
||||
}).attr('data-action', 'note').attr('data-note-path', notePath + '/' + childBranch.noteId);
|
||||
|
||||
const childEl = $('<div class="child-overview">').html(link);
|
||||
const childEl = $('<div class="child-overview-item">').html(link);
|
||||
$childrenOverview.append(childEl);
|
||||
}
|
||||
|
||||
|
@ -489,9 +489,8 @@ div.ui-tooltip {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.child-overview {
|
||||
.child-overview-item {
|
||||
font-weight: bold;
|
||||
font-size: larger;
|
||||
padding: 10px;
|
||||
background: var(--accented-background-color);
|
||||
width: 150px;
|
||||
@ -506,7 +505,7 @@ div.ui-tooltip {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.child-overview a {
|
||||
.child-overview-item a {
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user